Run Code On Each Record Returned?

  • Thread starter Thread starter Jason Gyetko
  • Start date Start date
J

Jason Gyetko

I have a report which will return multiple records in the detail section. I
need to run a bit of code for each record it finds, where do I add my code
to accomplish this? Thanks.
 
Not sure how you get multiple records in a detail section. However, you
might be able to add code to either the On Format or On Print events of the
section.
 
I added it to the On Format and it seems to work. Thanks for the help.
 

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