Hello,
I have a query to append records to a table. Later, I need to append only the new records produced by that query.
I cannot figure out how to do this -- I thought of a yes/no field for "has been appended" or a "date appended" field that would be the basis of a criteria in the query, but I can't figure out where to put these fields -- the receiving table? the individuals' record?
I was trying to use an IIF( statement to create the field but can't see how to add a date only if a previous date doesn't already exist.
When I use the Date() field, it changes the date of the old ones as well as the new ones.
thanks for any help!