Must specify tables to delete from.

Error 3128

You tried to execute a delete query but the query doesn't specify the name of the table containing the records you want to delete.

Possible cause:

          You didn't type an asterisk for each table in the ALL, DISTINCT, DISTINCTROW Predicates (SQL)JQ3FN7.  Instead, you typed field names (for example, Customers.Address instead of Customers.*).