BvCF
MIS
- Nov 11, 2006
- 92
Having some difficulty with assigning accounts to employees
using a combo box on a form.
Currently, have a listbox, lstUnassigned, on a form with a combo box with various usernames.
I just added a search feature with requery using a textbox. In other words, upon typing account number "124" in the textbox, all records with "124" shows in the listbox.
The bound column in the listbox is AccountNo.
Question - How can I assign the filtered results in the listbox to the specific employee when I use the combo box?
Thanks in advance.
using a combo box on a form.
Currently, have a listbox, lstUnassigned, on a form with a combo box with various usernames.
I just added a search feature with requery using a textbox. In other words, upon typing account number "124" in the textbox, all records with "124" shows in the listbox.
The bound column in the listbox is AccountNo.
Question - How can I assign the filtered results in the listbox to the specific employee when I use the combo box?
Thanks in advance.