B
Ben
Hi,
I need some help on how to overcome the same table name where using Exists
subqueries. For some reasons,
I can't change the table and field name in the temp.mdb. Please help.
My code is :
Delete SalesOrder.*
FROM SalesOrder
WHERE ((Exists (Select 1 from SalesOrder in "C:\Temp.mdb" where (soref
=SalesOrder.Ref
And CustID = SalesOrder.CustID ))) <> False);
Thank you in advance for any help.
Ben
I need some help on how to overcome the same table name where using Exists
subqueries. For some reasons,
I can't change the table and field name in the temp.mdb. Please help.
My code is :
Delete SalesOrder.*
FROM SalesOrder
WHERE ((Exists (Select 1 from SalesOrder in "C:\Temp.mdb" where (soref
=SalesOrder.Ref
And CustID = SalesOrder.CustID ))) <> False);
Thank you in advance for any help.
Ben