G
Guest
I have created a form to fill in various tables. On this form I have put a
control to open a report.
However the report uses the details on the form to access the correct data
from the tables.
When I open the report there is no data because the form has not been closed
to save the data to the tables.
If I use vba to close the form first then the parameter values are not there
for the report.
How do I solve this problem?
Thanks
control to open a report.
However the report uses the details on the form to access the correct data
from the tables.
When I open the report there is no data because the form has not been closed
to save the data to the tables.
If I use vba to close the form first then the parameter values are not there
for the report.
How do I solve this problem?
Thanks