Passing data to a report

msmayhew

New member
Local time
Today, 07:07
Joined
Dec 9, 2005
Messages
5
I need to generate/open a report from a form. In the code of the form I have a loop that generates the data I need to display.

In other words, I already have all the data I need to display. I just need to figure out how to pass the data to the report.

Any suggestions?
 
Last edited:
Save the forms as a report.

The reports recordsource will be the same as the form's.
 

Users who are viewing this thread

Back
Top Bottom