I have a combo box that displays items from a database when the form is loaded.
When the user selects one of the items from the list I then need to display items from another database in a list box.
Combo box is cboCategory
I tried if cboCategory="XXXXX" then
etc
Any help to get me in the right direction would be appreciated.
