Well the string you pass can be anything you want, so you could pass a string with a delimiter in it and then parse in once it gets to the form.
Or you could open the form and then run more code after it's open, in the calling procedure, where you would still have access to all the variables you would need.
Or you could use global variables.
Or you could stick your parameters in (hidden, if you want) controls on the calling form, so that code in the called form's on load or on open event woudl have access to those data.
But no, you can't pass more than one openArgs parameter!
Hope this helps.
Jeremy =============
Jeremy Wallace
Designing, Developing, and Deploying Access Databases Since 1995
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.