G
Guest
I am attempting to delete items in one table that exist in another using a
delete query and joining the appropriate fields from the two tables. Access
is telling me that it cannot delete from these tables. Is there another way
to accomplish this? The first table is used to import data weekly and then
explanations are added. The second is used as a source to update (using an
update query) explanations for items already imported before. It is possible
that there might be different explanations as time goes on and I only want to
keep the most recent records for the update.
delete query and joining the appropriate fields from the two tables. Access
is telling me that it cannot delete from these tables. Is there another way
to accomplish this? The first table is used to import data weekly and then
explanations are added. The second is used as a source to update (using an
update query) explanations for items already imported before. It is possible
that there might be different explanations as time goes on and I only want to
keep the most recent records for the update.