Opening another mdb file from a command button?

P

Peter Lawton

Is it possible to open another mdb file (i.e. close the current database and
open another) using a command button?

solution much appreciated

peter
 
R

Rick Brandt

Peter said:
Is it possible to open another mdb file (i.e. close the current
database and open another) using a command button?

solution much appreciated

peter

Use shell() or FollowHyperlink to open the new file then DoCmd.Quit to close the
old one.
 

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

Top