View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
John B[_3_] John B[_3_] is offline
external usenet poster
 
Posts: 11
Default Re-creating tables in Access from Excel

I have a reset database function in my Excel sheet that re-creates several
tables in the Access database.

I tried the DAO way (db.execute) and application way docmd to no avail.

Access complains that the tables are locked and errors out.

What is the best way to achieve create / delete tables (supressing any
waning messages) from Excel?

JB