View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] mibispam@gmx.de is offline
external usenet poster
 
Posts: 9
Default creating Databases and tables

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