I have a form with several ways to navigate records.
One is a combo box record selector. In the combo box is a Work Order number and a description. The row source for the combo box is SELECT [SA AND EV].[w/o and task], [SA AND EV].WO_TSK_DESCRIPTION FROM [SA AND EV];
Another is a simple forward, backward, first, last and new buttons.
My problem is when I use the combo box record selector, then navigate any other way, the Work Order & Descripton in the combo box do not change to the new record. So the combo box does not follow the record information as it changes.
Does anyone know how to make this happen. I know it's possible because I have seen it before.
Thanks for your help.
Jim
One is a combo box record selector. In the combo box is a Work Order number and a description. The row source for the combo box is SELECT [SA AND EV].[w/o and task], [SA AND EV].WO_TSK_DESCRIPTION FROM [SA AND EV];
Another is a simple forward, backward, first, last and new buttons.
My problem is when I use the combo box record selector, then navigate any other way, the Work Order & Descripton in the combo box do not change to the new record. So the combo box does not follow the record information as it changes.
Does anyone know how to make this happen. I know it's possible because I have seen it before.
Thanks for your help.
Jim