Hi.
So a brief explanation of the project:
A Gel database which holds an inventory of our company's current gel stock by manufacturer, including counts of different size gels and a description of the gel with primary keys being "Color Number" for each manufacturer's table.
I have built a custom switchboard to open forms to search the inventory based on company, and then also forms to update the inventory, again based on company.
Both the Search form and the Update form are designed the same, with the exception of added "+/-" buttons on the Update form. Both forms have a combo box with the manufacturer's "Color Number" for that manufacturer's table populating the combo box.
The forms currently work to search for a "Color Number" in the combo box by clicking the box and picking a number from the list or if the user types in a valid "Color Number" into the combo box. When the user selects the number the fields are all populated with the correct current counts for each gel size and and the description comes up.
Here is the problem:
I have coded the form to move to the next record based on the user's keystroke for the UP ARROW (previous record) and DOWN ARROW (next record).
The form does move to the next record, all the fields change to the next record's values, EXCEPT the combo box.
I have the DB zipped (about 600KB) if anyone could help me out, or if more explanation is need, I can go into more detail or post the code.
Thanks!
So a brief explanation of the project:
A Gel database which holds an inventory of our company's current gel stock by manufacturer, including counts of different size gels and a description of the gel with primary keys being "Color Number" for each manufacturer's table.
I have built a custom switchboard to open forms to search the inventory based on company, and then also forms to update the inventory, again based on company.
Both the Search form and the Update form are designed the same, with the exception of added "+/-" buttons on the Update form. Both forms have a combo box with the manufacturer's "Color Number" for that manufacturer's table populating the combo box.
The forms currently work to search for a "Color Number" in the combo box by clicking the box and picking a number from the list or if the user types in a valid "Color Number" into the combo box. When the user selects the number the fields are all populated with the correct current counts for each gel size and and the description comes up.
Here is the problem:
I have coded the form to move to the next record based on the user's keystroke for the UP ARROW (previous record) and DOWN ARROW (next record).
The form does move to the next record, all the fields change to the next record's values, EXCEPT the combo box.
I have the DB zipped (about 600KB) if anyone could help me out, or if more explanation is need, I can go into more detail or post the code.
Thanks!