i am trying to delete some data but am having trouble.
First of all i am appending data in tblCustomers where the field "end of stay" (in a different table (tblBookings)) equals the current date.
Using the same SQL in a new query but changing the query to a delete query, should in theory delete the same records should it not? When i do change it to a delete query i get the following error message
"specify the table containing the records you want to delete"
does anybody know what im doin wrong, or another way round it?
First of all i am appending data in tblCustomers where the field "end of stay" (in a different table (tblBookings)) equals the current date.
Using the same SQL in a new query but changing the query to a delete query, should in theory delete the same records should it not? When i do change it to a delete query i get the following error message
"specify the table containing the records you want to delete"
does anybody know what im doin wrong, or another way round it?