K
Kou Vang
I am trying to delete a table from another database before I transfer new
data into it from the current DB. I tried to run some SQL that I picked up
online but it didn't work. Any ideas on how to proceed with this?
Option Explicit
strSQL = "Delete * in H:\LakeStorageDB.mdb from LakeInfoObserv"
docmd.runsql strsql
I get a syntax error, missing operand?
Thanks,
Kou
data into it from the current DB. I tried to run some SQL that I picked up
online but it didn't work. Any ideas on how to proceed with this?
Option Explicit
strSQL = "Delete * in H:\LakeStorageDB.mdb from LakeInfoObserv"
docmd.runsql strsql
I get a syntax error, missing operand?
Thanks,
Kou