beefwellington
Registered User.
- Local time
- Today, 13:08
- Joined
- Jul 27, 2009
- Messages
- 14
I have a combobox with its row source set as the First and Last name and University ID of students (format: "Last Name, First Name - Univ. ID#"). I'd like to have it so when I select a student, I get their Primary Key as the value instead of "Last Name, First Name - Univ. ID#" since this would require parsing the string and then looking up their ID. Is it possible to have the value of the combobox be the primary key but the drop down list display student names?