Open form as new instance

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

in vb i was able to create new instance of any form, using the as new option.

like: dim x as form
set x = new formname
load x

what option i got to do the same in access

10x
 
One post is sufficient. Please do not post your question multiple times in
multiple groups. You really don't need three or four people working on your
issue.



in vb i was able to create new instance of any form, using the as new
option.

like: dim x as form
set x = new formname
load x

what option i got to do the same in access

10x
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top