Open A Specified Form In Another Database In Design View

S

Steve

Is there a way to programatically open a form named "MyForm" in another
Access database in design view and get various properties of the form?

Thanks!

Steve
 
L

Lord Kelvan

yeah

add the code

docmd.openform "myform"

to whatever control you want to open the form

hope this helps

Regards
Kelvan
 
K

Keith Wilby

Lord Kelvan said:
yeah

add the code

docmd.openform "myform"

to whatever control you want to open the form

hope this helps

Regards
Kelvan

Or just ask PC Datasheet, he's so great that you can go to him if no one
here can help and his fees and quite modest ;-)
 
Top