Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Delete Another Database

Status
Not open for further replies.

Kelvin

Programmer
Apr 25, 2000
23
AU
Please Help,
While closing a form in one database eg:databaseA
it will go and delete another complete Database eg: databaseB
can anyone help.

Thanking you
Kelvin
 
What you can do is simply kill the database in code, either hard-coded typing the path or by a variable containing a string that represents the path to the db.

eg:

kill "c:\...\test.mdb"
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top