creating Databases and tables

G

Guest

Hello,

I'm trying to create a new Access Database with tables.

Right now I'm using:
ADOC.Open "Provider = Microsoft.Jet.OLEDB.4.0;Data Source=C:\test_data_040709.mdb;"

The problem is that the database test_data_040709 has already
been created.

What do I have to do in order to create a new Database with new tables??

Tanks a lot,
Mike
 
Top