Hi all,
I totally give up on this one - but I guess not totally. I could do this with a recordset in VBA, but I'd really like to accomplish this via stored query.
I have one table that consists of one column which is a Long Int field and I store a key value in it - call it tblTemp. This table has no relationship with another other table.
I want to use tblTemp to find matches in another table called tblClients and delete the matches.
If someone could paste the sql code from the query builder I would be eternally grateful.
Queries are not my strong suit~ Thanks!
I totally give up on this one - but I guess not totally. I could do this with a recordset in VBA, but I'd really like to accomplish this via stored query.
I have one table that consists of one column which is a Long Int field and I store a key value in it - call it tblTemp. This table has no relationship with another other table.
I want to use tblTemp to find matches in another table called tblClients and delete the matches.
If someone could paste the sql code from the query builder I would be eternally grateful.
Queries are not my strong suit~ Thanks!