Appending Library to New Database

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

Guest

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
 
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.
 
Back
Top