Hi, I think I must be doing something really stupidly wrong, because I can’t seem to delete a list of records using a simple query.
Setup is:
Table A. Fields: username, SSO
Table B. Fields: SSO,x,y,z,….
My query looks for all records in Table A that have NO SSO entry in table B.
It finds these records fine. Then when I try to delete them, it does not remove the records from table A, just deletes them from the query table, but when I run the query again they come back up.
When I try and create a DELETE query I can’t get it to work either. Is this something that cant be done or am I missing a simple point?
Cheers