A
amieth
Guest
I've searched through the combo box info on the site and have almost perfected what I need but for one last step.
So far I have a form which lists all of a clients purchases based on item_number. When an item is not in the combo box list, another form called AddItem opens. The user can add a new item_number and item_desc. When the AddItem form is closed the main form's combo box requeries and the new item is in the combo box list.
Only one thing is missing. What I would ideally like is for the new item_number to be already selected from the combo box once the AddItem form is closed. (Saves having to retype the new item_number).
Any suggestions of what code I should have in the CLOSE event of the AddItem form?
Thanks
So far I have a form which lists all of a clients purchases based on item_number. When an item is not in the combo box list, another form called AddItem opens. The user can add a new item_number and item_desc. When the AddItem form is closed the main form's combo box requeries and the new item is in the combo box list.
Only one thing is missing. What I would ideally like is for the new item_number to be already selected from the combo box once the AddItem form is closed. (Saves having to retype the new item_number).
Any suggestions of what code I should have in the CLOSE event of the AddItem form?
Thanks