B
Bunky
This should be very simple but I cannot seem to get it to work. I have a
form that has 2 combo boxes. The first one is the supervisor and the second
is the specialist. I want the specialists to change when the supervisor is
changed. I have read and re-read the postings that say to do a Me.Requery in
the After Update event of the driving combo box (In this case - Supervisor).
The supervisor combo box is driven by a query and the specialist combo box is
driven by code on the Row Source. Since I am using both combo box values to
feed other queries, I have moved each to textboxes.
Supervisor is ComboBox 17 and the value goes to textbox 37
Specialist is ComboBox and the value goes to textbox 52
Everything works fine on the first supervisor chosen and I can change the
specialist all day long with no problem. But when I chose a different
supervisor, the specialist values do not update. Why? Ideas?
form that has 2 combo boxes. The first one is the supervisor and the second
is the specialist. I want the specialists to change when the supervisor is
changed. I have read and re-read the postings that say to do a Me.Requery in
the After Update event of the driving combo box (In this case - Supervisor).
The supervisor combo box is driven by a query and the specialist combo box is
driven by code on the Row Source. Since I am using both combo box values to
feed other queries, I have moved each to textboxes.
Supervisor is ComboBox 17 and the value goes to textbox 37
Specialist is ComboBox and the value goes to textbox 52
Everything works fine on the first supervisor chosen and I can change the
specialist all day long with no problem. But when I chose a different
supervisor, the specialist values do not update. Why? Ideas?