C
CQ
This is a new one to me. I have a table with two fields,
an ID field that is "AutoNumber" and a date field that
is "date/time". I have an append query that has only one
function. It appends the date field with the "NOW()"
expression. That's it.
Here is the problem. When it runs it always doubles the
number of entries. In other words, I run it once, it
puts in one entry (which it should). I run it again and
it puts in two entries, run it a third time and it puts
in four entries, then 8, then 16, then 32, etc. The data
it puts in the Date field is correct - and identical.
Thanks for your time in advance.
an ID field that is "AutoNumber" and a date field that
is "date/time". I have an append query that has only one
function. It appends the date field with the "NOW()"
expression. That's it.
Here is the problem. When it runs it always doubles the
number of entries. In other words, I run it once, it
puts in one entry (which it should). I run it again and
it puts in two entries, run it a third time and it puts
in four entries, then 8, then 16, then 32, etc. The data
it puts in the Date field is correct - and identical.
Thanks for your time in advance.