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
 
Back
Top