Hello!
Is it possible to have a delete syntax in sql with inner join inside it? it's possible in access - so I can't make it work in SQL. Am I right about this one.
Here is the Access syntax - was hoping anyone could help me to do this in SQL!
sSQL =
"DELETE PIPES.*, ITEM.SWCode FROM ITEM INNER JOIN PIPES ON (ITEM.ItemNo = PIPES.iPartID) AND (ITEM.SWCode = PIPES.sPostID) WHERE (((ITEM.SWCode)='"+sPostID+"'));";
-Lars
Please only reply to this newsgroup. All mails would be bounced back.