I need someone to point me in the right direction possibly here.
I have a 2 column combo box that holds the the value(ProgramID), but shows the name (ProgramName).
It's row source is to select from the programlist table the ID and Name only where Available = True.
That way the user can only select what's current and works just great.
The problem that I'm running into is that when a program is no longer available, the combo box is now blank. I'm guessing that's because the hidden value field won't display the name since it's being excluded from the row source now.
Anyone have any ideas around this or something?
I'd like the user to still see the program name in that field, but still only show available programs in the dropdown.
Thanks!
I have a 2 column combo box that holds the the value(ProgramID), but shows the name (ProgramName).
It's row source is to select from the programlist table the ID and Name only where Available = True.
That way the user can only select what's current and works just great.
The problem that I'm running into is that when a program is no longer available, the combo box is now blank. I'm guessing that's because the hidden value field won't display the name since it's being excluded from the row source now.
Anyone have any ideas around this or something?
I'd like the user to still see the program name in that field, but still only show available programs in the dropdown.
Thanks!