copying VB code from 1 db to another

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

Guest

If I create a new, blank database and then "get external" all the objects
from an old database, how can I copy over any VB code?
 
When you select Import, you're given the option to import tables, queries,
forms, reports, macros or modules.
 
Make sure you immediately compile your database before closing as well!
Especially if you are running Access 2000 and have not updated to SP3.
 
Codes behind Forms, Reports are copied with the Forms / Reports you
imported. Standard Modules and (stand-alone) Class Modules are shown in the
Modules tab of the source database which you can import to your new
database.
 

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