shannonphillips
MIS
I have 2 copies of my master Table in other DB's, which needs to be updated once a day. The easiet is to delete all and append all, however this is getting to be to large of a task.
I have created a table with single field to store a (record_change_date) value in, then tie all 4 of my queries (one delete and append per table) to this field for the matching criteria.
This works great for the append queries, and shows the correct matching criteria for the delete queries, however when trying to run the delete queries is just says "Cannot delete from spefic table"
Any ideals?
Thanks
Shannon
I have created a table with single field to store a (record_change_date) value in, then tie all 4 of my queries (one delete and append per table) to this field for the matching criteria.
This works great for the append queries, and shows the correct matching criteria for the delete queries, however when trying to run the delete queries is just says "Cannot delete from spefic table"
Any ideals?
Thanks
Shannon