P
Patrick Graham
I have a click event for a combo box which lists client
names, once clicked it pulls that clients record.
I have another Combo box that acts a filter changing the
list in the client combo box using code.
After implementing the filter by code I want the first
item in the combobox to be selected which I do with this:
Me.lbxClientLkUp = Me.lbxClientLkUp.ItemData(0)
But that alone does load the record, so I have the wrong
record displayed.
How can I make the record load?
names, once clicked it pulls that clients record.
I have another Combo box that acts a filter changing the
list in the client combo box using code.
After implementing the filter by code I want the first
item in the combobox to be selected which I do with this:
Me.lbxClientLkUp = Me.lbxClientLkUp.ItemData(0)
But that alone does load the record, so I have the wrong
record displayed.
How can I make the record load?