crucial_gear
Registered User.
- Local time
- Today, 14:49
- Joined
- Dec 11, 2002
- Messages
- 13
I have a continuous form that is being used to schedule shifts for employees. It displays a list of employees including their position and scheduled shifts. I have a combo box that is being used to select a shift for the selected employee. I only want the combo box to display the shifts available based on the position of the employee.
If I select a shift for the first employee in the list and update it's record then move to the next employee and select the combo box to select the shift based on the new records employee position it displays the shifts available from the previous record (which are a different employee position).
I need the combo box to display the shifts available for the current record not the previous record. When I try to requery the ComboBox it requeries the combobox for all records on the screen not just the current one. How can I force it to only requery the CURRENT record.
Thanks for any help that you give.
If I select a shift for the first employee in the list and update it's record then move to the next employee and select the combo box to select the shift based on the new records employee position it displays the shifts available from the previous record (which are a different employee position).
I need the combo box to display the shifts available for the current record not the previous record. When I try to requery the ComboBox it requeries the combobox for all records on the screen not just the current one. How can I force it to only requery the CURRENT record.
Thanks for any help that you give.
Last edited: