Pass Parameters

jmeek

Registered User.
Local time
Today, 03:47
Joined
Aug 16, 2005
Messages
38
I need some help please on passing parameters such
as a recordsource to a report but not using OpenArgs
I heard that this can be done using a hidden form.

I have a calling form (form1) which opens a preview snapshot
form (form2) which in turn brings up a rptCurrentRecord (form3)
I can't get the openargs RecordSource SQL from form1 to form3

For arguments sake, Form3 in this case is really the report itself.

Hope this is not too confusing.

Thanks for any help
 
You can reference a control on any open form (even hidden ones) using the syntax:

=Forms!formname!controlname
 

Users who are viewing this thread

Back
Top Bottom