C
Cox Newsgroups
Maybe its me, but in the 2003 version of Access and VBA it was possible to
load and unload forms programatically i.e. :
Load(formName)
Unload(FormName)
Is there a way to do that in 2007. When I try to use these functions, it
says cannot load this object.
If not, how do you do it?
I would like to set a form object to a variable, and DoCmd.OpenForm doesn't
return a hanle
load and unload forms programatically i.e. :
Load(formName)
Unload(FormName)
Is there a way to do that in 2007. When I try to use these functions, it
says cannot load this object.
If not, how do you do it?
I would like to set a form object to a variable, and DoCmd.OpenForm doesn't
return a hanle