I'm using a form to enter data into access. In the form there is a MEMBER NAME field, which is a lookup. Whomever is entering data, clicks into the field and a drop down list of names appear.
My question is how to you prevent the person entering data from mistakingly overwrite a previous entry.
It would be ideal that if a record is already entered, you CANNOT edit that record without someother step. Im trying to prevent messing up records in instances where someone forget to select new record.
Heres an example of my form. It contains a member name field and various fields for financial contributions to this organization.
If a person selects a name and doesnt select NEW RECORD, the information on that person's previous contribution will be overwritten.
My question is how to you prevent the person entering data from mistakingly overwrite a previous entry.
It would be ideal that if a record is already entered, you CANNOT edit that record without someother step. Im trying to prevent messing up records in instances where someone forget to select new record.
Heres an example of my form. It contains a member name field and various fields for financial contributions to this organization.
If a person selects a name and doesnt select NEW RECORD, the information on that person's previous contribution will be overwritten.