G
Guest
I create a new form instance using
Set frm = New Form_formname
When 'formname' opens I want to know who opened it so that I can make
certain controls visible.
Normally I would use DoCmd.OpenForm..."argument" to pass info to the form.
How is the equivalent achieved in a new instance situation.
Set frm = New Form_formname
When 'formname' opens I want to know who opened it so that I can make
certain controls visible.
Normally I would use DoCmd.OpenForm..."argument" to pass info to the form.
How is the equivalent achieved in a new instance situation.