T
tryit
In the click event of a button I have the following line:
Me.cboCBB.ListIndex = 0
When I click the button I'm told this is an improper use of
ListIndex. What am I doing wrong?
Me.cboCBB.ListIndex = 0
When I click the button I'm told this is an improper use of
ListIndex. What am I doing wrong?