petebob796
Registered User.
- Local time
- Today, 21:56
- Joined
- Jul 31, 2007
- Messages
- 27
My situation is a form is opened where a user enters query constraints. Then they press go, this runs a bit of vba code which opens a report (the report is linked to a query which references the form object and seems to work).
The report shows at the top the query constraints referenced directly from the form objects again.
However the form then closes itself in the vba code. So if I were to print these wouldn't display properly. Is there a way to pass these arguments on the form open before the form closes and store them without using the openargs as there are a fair few arguments which I don't want to have to parse.
The report shows at the top the query constraints referenced directly from the form objects again.
However the form then closes itself in the vba code. So if I were to print these wouldn't display properly. Is there a way to pass these arguments on the form open before the form closes and store them without using the openargs as there are a fair few arguments which I don't want to have to parse.