UniqueTII
What?
- Local time
- Today, 10:45
- Joined
- Apr 4, 2002
- Messages
- 95
I have a combo box that contains social security number values that I use to select records. In other words, when you choose a SSN from the combo box, you get the record for that student. My problem is that I'd like the value in the combo box to change when records are selected a different way. The combo box is unbound, because I don't want it to change the value in the [StudentID] field, just to filter.
I hope this makes sense.
Here's an example:
If I go to the combo box and select 555-55-5555, the record for the student with that SSN comes up. What I want to do is: if the user scrolls to a different record, let's say one where the student's ID is 777-77-7777, I want the combo box to reflect that value.
The reason I am doing this is so that the people using the DB can search for records based on SSN, but in what appears to be the [StudentID] field.
The more I write the less sense I make...please help.
I hope this makes sense.
Here's an example:
If I go to the combo box and select 555-55-5555, the record for the student with that SSN comes up. What I want to do is: if the user scrolls to a different record, let's say one where the student's ID is 777-77-7777, I want the combo box to reflect that value.
The reason I am doing this is so that the people using the DB can search for records based on SSN, but in what appears to be the [StudentID] field.
The more I write the less sense I make...please help.