Hi
i am dynamically changing the sourceobject of a sub form. I need to pass the subforms sourceobject into a function, as a form.
This doesn't seem to work
I get an 'access can;t find "my form" error. what's going wrong???
thanks,
spin
i am dynamically changing the sourceobject of a sub form. I need to pass the subforms sourceobject into a function, as a form.
This doesn't seem to work
Code:
Dim nexTbl As Form
Set nexTbl = Form(frm_nexus_switcher.SourceObject)
I get an 'access can;t find "my form" error. what's going wrong???
thanks,
spin