View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Shin[_3_] Shin[_3_] is offline
external usenet poster
 
Posts: 3
Default export/deletingdata from Excel to access

In order to export data from Excel to Access, Ihave to
have Microsoft ActiveX Data obects 2.7 Library selected.

In order to delete the table data in Access before
exporting the new data, I have to have MS DAO 3.6 Object
Library selected.

Whne I have both selected, the delete code won't work.
When I get to
Set rs = db.OpenRecordset("test")
I get an error message that says "type mismatch"

Can anyone help me out?