H
Halocarbon
We are using Access to input chemical samples into the database. Eash sample
is given a unique Sample ID number (assigned by access). The users type in
this number to retrieve the information for their sample. How can I make a
form that will allow them to retrieve the information they need and update it
but not overwrite the original information? (Example: They need to type in
the results for sample number 5. Once the results are put into the database,
they realize they typed one of the results wrong. I want them to update the
results but I do not want the wrong entry to be deleted or updated. I want a
new record to be made with the correct information, yet we can still see the
wrong entry.) I use a query to bring the information into the form but when
the changes are made it changes the original entry. How can I make this not
happen? Thanks.
is given a unique Sample ID number (assigned by access). The users type in
this number to retrieve the information for their sample. How can I make a
form that will allow them to retrieve the information they need and update it
but not overwrite the original information? (Example: They need to type in
the results for sample number 5. Once the results are put into the database,
they realize they typed one of the results wrong. I want them to update the
results but I do not want the wrong entry to be deleted or updated. I want a
new record to be made with the correct information, yet we can still see the
wrong entry.) I use a query to bring the information into the form but when
the changes are made it changes the original entry. How can I make this not
happen? Thanks.