S
Sheryl
I want to popup a form in database A.mdb from database B.mdb, and use it to
execute further operations in A.mdb. I've already successfully run macros
and queries in A from B by creating an application object 'app', opening
database B, and executing commands like 'app.doCmd.RunSQL myQuery'. But when
I try 'app.doCmd.OpenForm myForm', nothing happens (perhaps it pops up and
down too fast to see).
execute further operations in A.mdb. I've already successfully run macros
and queries in A from B by creating an application object 'app', opening
database B, and executing commands like 'app.doCmd.RunSQL myQuery'. But when
I try 'app.doCmd.OpenForm myForm', nothing happens (perhaps it pops up and
down too fast to see).