Combining Access Databases

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
Add command buttons on a blank form and launch macros.
In the macro use the runApplication action

Chris
 
Thanks for the reply - but I tried that and access gave an error message
can't use RunApp here
 
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


.
 
Thanks again Chris, I finnally figured it out I needed quoted around the file
name
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top