Good morning.
I’m having a problem with a relatively easy query problem. Im not sure if it’s a delete query I want, or a matching query. I want to delete duplicate records.
If the records from a certain column in table B appear in table A, then I would like to delete those records. I can set up a regular query which gives me the duplicate records, which I then need to delete. But when I hit delete, I get an error message saying “can delete. Read only”. Basically I want to delete records from TABLE A if they match records from TABLE B.
What am I missing here?
I’m having a problem with a relatively easy query problem. Im not sure if it’s a delete query I want, or a matching query. I want to delete duplicate records.
If the records from a certain column in table B appear in table A, then I would like to delete those records. I can set up a regular query which gives me the duplicate records, which I then need to delete. But when I hit delete, I get an error message saying “can delete. Read only”. Basically I want to delete records from TABLE A if they match records from TABLE B.
What am I missing here?