K
Ken
I created an append query that creats new records in a
database when I enter criteria. For examle I enter a
month (which is a field in my query). I also enter a date
which is creating a field in the query database. The
first time I run the query, it creates one new record for
all entries it finds matching that month. The next time I
run the query, it creats multiple enteries to double the
number of fields in the append to database. After running
it 3 or 4 times, I entered a month that had only one entry
in the query, and it generated 56 new fields for the one
piece of data - the appended fields were all the same
(with the exception of the record ID that is automatically
generated for each field!
Why is my query doubling the size of the database each
time I run it?
Thanks.
database when I enter criteria. For examle I enter a
month (which is a field in my query). I also enter a date
which is creating a field in the query database. The
first time I run the query, it creates one new record for
all entries it finds matching that month. The next time I
run the query, it creats multiple enteries to double the
number of fields in the append to database. After running
it 3 or 4 times, I entered a month that had only one entry
in the query, and it generated 56 new fields for the one
piece of data - the appended fields were all the same
(with the exception of the record ID that is automatically
generated for each field!
Why is my query doubling the size of the database each
time I run it?
Thanks.