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
like: dim x as form
set x = new formname
load x
what option i got to do the same in access
10x