T
Tobie
I have an Access 2000 front-end db that's pointing to a
SQL 2000 db through ODBC.
I need to delete data from some tables, but the Access &
SQL statements differ & so I get a run-time error when
accessing the report.
Access Statement : "DELETE * FROM TMPTABLE" - Doesn't work
in SQL...
SQL Statement : "DELETE FROM TMPTABLE" - Doesn't work in
Access...
Is there any other way I can write this statement??
Thanks!!
SQL 2000 db through ODBC.
I need to delete data from some tables, but the Access &
SQL statements differ & so I get a run-time error when
accessing the report.
Access Statement : "DELETE * FROM TMPTABLE" - Doesn't work
in SQL...
SQL Statement : "DELETE FROM TMPTABLE" - Doesn't work in
Access...
Is there any other way I can write this statement??
Thanks!!