Appending Library to New Database

R

Ross

I can programatically create a new (copy) database using VBA but, I have one
library that exists in the current db that is not in the new db.

The library is "Microsoft DAO 3.51 Object Library"

1. How can I append / select this library in the new database from the
current database.

2. And move the library to the 3rd position from the top?

Many Thanks

Ross
 
M

Marshall Barton

Ross said:
I can programatically create a new (copy) database using VBA but, I have one
library that exists in the current db that is not in the new db.

The library is "Microsoft DAO 3.51 Object Library"

1. How can I append / select this library in the new database from the
current database.

2. And move the library to the 3rd position from the top?


Check Help for the Reference Object and References
Collection.
 

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