G
Guest
From an mdb file I can call procedures and functions from a referenced mde
file, but I cannot figure out how to open forms or reports that are in the
mde file.
my mdb file Code:
docmd.openForm "Form1"
The Form1 is in the mde file, yet I get the error,
"the form name Form1 is mispelled or referes to an object that does not exist"
Is prefixing required, or am I missing simething else?
Thanks,
file, but I cannot figure out how to open forms or reports that are in the
mde file.
my mdb file Code:
docmd.openForm "Form1"
The Form1 is in the mde file, yet I get the error,
"the form name Form1 is mispelled or referes to an object that does not exist"
Is prefixing required, or am I missing simething else?
Thanks,