Making a blank DataBase

M

Mota

Hi;
How to make a blank Access DataBase on my local hard drive (e.g. C:\My
Documents\BlankDB.mdb) through code?
Thank you in advance.
 
M

Marshall Barton

Mota said:
How to make a blank Access DataBase on my local hard drive (e.g. C:\My
Documents\BlankDB.mdb) through code?
Thank you in advance.


Use the CreateDatabse method.
 
Top