S
Shin
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?
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?