I have something strange going on - pretty sure it used to work before - and
now it does not...
Why does the following code not clear a combo box?
Me.cboLocation. Text = String.Empty
OR
Me.cboLocation. Text = ""
Neither of the above works. The combo box contents remain exactly the same
after running that command...
Help!
Thanks, Brad
now it does not...
Why does the following code not clear a combo box?
Me.cboLocation. Text = String.Empty
OR
Me.cboLocation. Text = ""
Neither of the above works. The combo box contents remain exactly the same
after running that command...
Help!
Thanks, Brad
Comment