T
Tod
I have an append query that appends data from one table to
another. I use the query monthly. Each set of data is for
a given month. I'm trying to come up with a way to insure
that I do not copy the data more than once. None of the
fields have unique values. (I don't have control over the
table structure.) However, each month of data has only
dates for that month. So I could check the table I'm
appending to for dates containing that month.
How can I use a query, macro or other to check that the
table does not have dates for the month of data I'm
appending and then prompt me or cancel the appending?
tod
another. I use the query monthly. Each set of data is for
a given month. I'm trying to come up with a way to insure
that I do not copy the data more than once. None of the
fields have unique values. (I don't have control over the
table structure.) However, each month of data has only
dates for that month. So I could check the table I'm
appending to for dates containing that month.
How can I use a query, macro or other to check that the
table does not have dates for the month of data I'm
appending and then prompt me or cancel the appending?
tod