J
JohS
Hi. This Delete doesn't work, why (I'm getting this error: "Specify Table
containing the Records you want to Delete")?
DELETE Table1.Field1
FROM Table2 LEFT JOIN Table1 ON Table2.Field2 = Table1.Field1
WHERE (((Table1.Field1)<>"False"));
Thanks for help, JohS
containing the Records you want to Delete")?
DELETE Table1.Field1
FROM Table2 LEFT JOIN Table1 ON Table2.Field2 = Table1.Field1
WHERE (((Table1.Field1)<>"False"));
Thanks for help, JohS