Working with a temporary database

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

Guest

I have an application, in which I would like to create a couple of temporary
table. Marshall mentioned that I would be better off If I created a
temporary mdb file to put these temp tables in, thereby avoiding bloat and
the need to compact my front end (really good idea).

My Access Help has become corrupted, and I am unable to find any help on the
CreateDatabase method, to create this temporary mdb, if it doesn't already
exist. If it does already exist, I need to know how to delete selected
tables from the mdb.

Any help would be greatly appreciated.

Thanks
 
Hi,



DBEngine.CreateDatabase "C:\toto.mdb",dbLangGeneral



Hoping it may help,
Vanderghast, Access MVP
 
Back
Top