Hey all,
How can I delete a database (different form the database I am placing this code in) using VBA?
Basically I am trying to replace DATABASE_A.mdb with a new database titled exactly the same (DATABASE_A.mdb). I tried using the CreateDatabase method hopeing that it would just replace the existing database, but doesn't.
Thank you in advance.
How can I delete a database (different form the database I am placing this code in) using VBA?
Basically I am trying to replace DATABASE_A.mdb with a new database titled exactly the same (DATABASE_A.mdb). I tried using the CreateDatabase method hopeing that it would just replace the existing database, but doesn't.
Thank you in advance.