T
Tony Williams
I have a a table called tblindividual which holds data on individuals. The
table includes two fields txtfirstname and txtsurname. I have a form called
frmregistration. What I want to do is when the user has input the surname I
want to check if there is a record where the combination of [txtfirstname]
+[txtsurname] already exists and if it does open a form that lists all the
records where that combination exists and then be able to select a
particular record to view their data in another copy of frmregistration.
I assume I'm going to have to use VBA code to do this, I'm very rusty in
that. Can this be done?
Thanks
Tony
table includes two fields txtfirstname and txtsurname. I have a form called
frmregistration. What I want to do is when the user has input the surname I
want to check if there is a record where the combination of [txtfirstname]
+[txtsurname] already exists and if it does open a form that lists all the
records where that combination exists and then be able to select a
particular record to view their data in another copy of frmregistration.
I assume I'm going to have to use VBA code to do this, I'm very rusty in
that. Can this be done?
Thanks
Tony