I have code that creates identical instances of a form by adding to the collection for the form.
I would like to create multiple instances, HOWEVER, each instance would need to parse an OpenArgs value to set a recordset for the instance. Is this possible?
In other words (I think), is it possible to use the DoCmd.OpenForm command on a member of Forms_frmTest ?
-------------------
Rob Foye
Database Management
Regions Bank
I would like to create multiple instances, HOWEVER, each instance would need to parse an OpenArgs value to set a recordset for the instance. Is this possible?
In other words (I think), is it possible to use the DoCmd.OpenForm command on a member of Forms_frmTest ?
-------------------
Rob Foye
Database Management
Regions Bank