I am using an append query to write records to a master table that I have created. I then want to create a query to clear out all the records from this master table. I have created the usual delete query - but when I run it it is saying that it going to delete considerably more records than are in the table. the number of records it seems to be wanting to delete relate to another table in my database (whosre records I want to keep!) I've double checked that my delete query is referencing the correct table- any ideas?
I am not aware that the newly created master table is linked in any way to any other table (I went to relationships and added in the master table and the table with the number of records that the delete query wanted to delete and there was no relationship line between them) Am I missing something? I would be grateful for any ideas on this!!!
thanks
I am not aware that the newly created master table is linked in any way to any other table (I went to relationships and added in the master table and the table with the number of records that the delete query wanted to delete and there was no relationship line between them) Am I missing something? I would be grateful for any ideas on this!!!
thanks