Combining Access Databases

T

Terry

Hi, Is there a way to run different databases (.mdb) from a single menu - I
think I may have messed up when I designed my database, it was so big I broke
down the facets into smaller programes (.mdb) and I would like to be able to
access them through a single Menu - can anyone help?
 
C

Chris Reveille

Add command buttons on a blank form and launch macros.
In the macro use the runApplication action

Chris
 
T

Terry

Thanks for the reply - but I tried that and access gave an error message
can't use RunApp here
 
C

Chris Reveille

Can you post your runapp command?
Chris
-----Original Message-----
Thanks for the reply - but I tried that and access gave an error message
can't use RunApp here


.
 
Top