G
Guest
Hi all,
Someone please tell me, where did I go wrong with this code?
SQL = "Delete TBL1.A, TBL1.B, TBL1.C, TBL1.D, TBL1.E, TBL1.F, TBL1.G " & _
"FROM TBL1"
DoCmd.RunSQL SQL
I have received SYNTAX ERROR - ERROR 3075
Thanks in advanced
Someone please tell me, where did I go wrong with this code?
SQL = "Delete TBL1.A, TBL1.B, TBL1.C, TBL1.D, TBL1.E, TBL1.F, TBL1.G " & _
"FROM TBL1"
DoCmd.RunSQL SQL
I have received SYNTAX ERROR - ERROR 3075
Thanks in advanced