K
Kevin Witty
I'd swear I've done this before, but every time I try now I get the error
message "Could not delete from specified tables". The SQL (among others
I've tried) is
"DELETE tInvoices.*, tInvoicedOrders.InvoiceKey
FROM tInvoices LEFT JOIN tInvoicedOrders ON tInvoices.InvKey =
tInvoicedOrders.InvoiceKey
WHERE (((tInvoicedOrders.InvoiceKey) Is Null));"
What am I doing wrong? No one else is in the table I'm trying to delete
from, and the db is not read-only, which is all Help suggests. (I'm trying
to delete tInvoice records which have no matching tInvoicedOrders record.)
Thanks,
Kevin
message "Could not delete from specified tables". The SQL (among others
I've tried) is
"DELETE tInvoices.*, tInvoicedOrders.InvoiceKey
FROM tInvoices LEFT JOIN tInvoicedOrders ON tInvoices.InvKey =
tInvoicedOrders.InvoiceKey
WHERE (((tInvoicedOrders.InvoiceKey) Is Null));"
What am I doing wrong? No one else is in the table I'm trying to delete
from, and the db is not read-only, which is all Help suggests. (I'm trying
to delete tInvoice records which have no matching tInvoicedOrders record.)
Thanks,
Kevin