I have a form where different users will enter in data. The primary key for this form is a number field. The users would like to be able to go to the form and type in a number in that field and if a record already exists for that number they want the rest of the data that was already entered to fill in. If that number does not already exist the form will remain blank and they will proceed and enter in the remaining information. My problem is that I am not sure quite how to go about it. I thought about writing an if statement in the AfterUpdate() section of the primary key field that will check if the number exists and if so pull up the data. I am not sure if this right or exactly how to write it.
An addition aspect that add confusion. On another form this same field is combined with another field to make the primary key. Users would like to be able to pull up and scroll through all records that have the same number in the first field of the primary key.
I am sorry if this all sounds confusing but any help would be appreciated. Thank you.
Laura
An addition aspect that add confusion. On another form this same field is combined with another field to make the primary key. Users would like to be able to pull up and scroll through all records that have the same number in the first field of the primary key.
I am sorry if this all sounds confusing but any help would be appreciated. Thank you.
Laura