Access versus SQLServer DELETE statements
I have a working Access SQL statement (below) that is not
working on an SQLServer and I can't work out why
DELETE [table1].*, [table2].* FROM [table1] INNER JOIN
[table2] ON [table1].[table1ID]=[table2].[table2ID] WHERE
(([table1].[table1ID]) = ?)
If anyone could point out to me what i've done wrong,
then I would really appreciate it.
thanks in advance,
Russ
|