Detail section problem.

V

Vivek Sharma

Hi,

I have my report generated on Acticvate event. My query is fetching
multiple results but it allocates only the last result to the text fields.
How can I repeat the detail section and show all the records?

Thanks

Vivek
 
V

Vivek Sharma

The problem is that on activate event it does not allow to allocate the
recordsource
 
A

Allen Browne

That's correct. The last opportunity you have to assign the RecordSource is
the Open event of the report.

The activate event would not work anyway: it does not fire if the report
goes straight to the printer without preview.
 
Top