Detail section problem.

  • Thread starter Thread starter Vivek Sharma
  • Start date Start date
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
 
The problem is that on activate event it does not allow to allocate the
recordsource
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top