How to bulk copy all MS Access queries from one database to another

R

Ron Carr

Hi,

Does anyone know how you can you bulk copy all your MS Access queries
from one database to another, without having to copy each one individually.

Any help would be appeciated.

Regards,

Ron.
 
A

Allen Browne

1. Open the target database.

2. Import from the old database:
File | Get External | Import
Once you choose the mdb file, you get a dialog that looks something like the
Database window, with a tab for each object type. Choose the Queries tab,
and click Select All.
 
Top