G
Guest
This is probably a "no brainer" for most of you out there. Here goes...
I simply want to periodically add update information to a particular field
for a select group of records without having the existing information in that
field wiped out.
For example, I have a db of customers that I send new information to about
once a month. I would like to be able to update each record with an
indication of what information I most recently sent them added to the history
of past information that was sent to them.
I used to just do a simple update query with the new information typed in
the "Update to" field. The only problem with this is that it wipes out all
the past information in the field.
Any ideas? Thanks.
I simply want to periodically add update information to a particular field
for a select group of records without having the existing information in that
field wiped out.
For example, I have a db of customers that I send new information to about
once a month. I would like to be able to update each record with an
indication of what information I most recently sent them added to the history
of past information that was sent to them.
I used to just do a simple update query with the new information typed in
the "Update to" field. The only problem with this is that it wipes out all
the past information in the field.
Any ideas? Thanks.