creolejazz
Registered User.
- Local time
- Yesterday, 22:01
- Joined
- Jun 28, 2007
- Messages
- 55
I have got a table with people's names, addresses, phones, birthdays, etc. as fields. I've created a form to use to enter data into the table but want to be sure I'm not duplicating data already in the table so have set up a combo box.
The combo box has three "columns" (last name, first name, and date of birth) which allows me to determine instantly whether or not I'm about to enter data that is already in the table.
If, by viewing the drop down in the combo box, I determine that I'm about to enter data that is already in the table, I would like to edit various fields of that existing entry directly from the form. How, using the combo box, can I get the data from an existing entry in the table to appear in the form so that I can edit the various fields?
Any help appreciated. Thanks.
The combo box has three "columns" (last name, first name, and date of birth) which allows me to determine instantly whether or not I'm about to enter data that is already in the table.
If, by viewing the drop down in the combo box, I determine that I'm about to enter data that is already in the table, I would like to edit various fields of that existing entry directly from the form. How, using the combo box, can I get the data from an existing entry in the table to appear in the form so that I can edit the various fields?
Any help appreciated. Thanks.