G
Guest
I've looked at similar posts here, and I still can't get the following query
to work. I am trying to delete all records from the Ignore_This_Table table
where the loan number in those records matches a loan number in the
Loan_Activities table. Here is my SQL.
DELETE *
FROM Ignore_This_Table
WHERE Ignore_This_Table.Loan# = Loan_Activities.Loan#
I've tried to use other examples posted here to make it work, but I keep
getting error messages. What is wrong with my SQL?
Many, many thanks,
Gwen H
to work. I am trying to delete all records from the Ignore_This_Table table
where the loan number in those records matches a loan number in the
Loan_Activities table. Here is my SQL.
DELETE *
FROM Ignore_This_Table
WHERE Ignore_This_Table.Loan# = Loan_Activities.Loan#
I've tried to use other examples posted here to make it work, but I keep
getting error messages. What is wrong with my SQL?
Many, many thanks,
Gwen H