I have a form which allows users to either add a new employee, or to select one from the list to modify. In both cases, there is a separate (but shared) "work area".
One of the items is which "Group" the employee is in. For a new employee, it makes sense for this to be a combobox that is bound to a query for just the valid groups, and this works okay.
But if you want to modify an employee, when you click the employee in the main listbox, I want to be able to force the Group combobox to be that employee's current group.
I am sure this is a very basic problem, but I tried setting the "Value" and that did not seem to work, and you cannot set "Text" unless the control has the focus.
Thanks for any help!
Mmitch