Hi,
I want to clear the DataCombo that I have when the clear button is pressed.
I've been using the following code:
dataCombo.BoundText = ""
However, this is bringing up errors when I press the clear button, but it does clear the DataCombo box.
Any help will be appreciated.
I want to clear the DataCombo that I have when the clear button is pressed.
I've been using the following code:
dataCombo.BoundText = ""
However, this is bringing up errors when I press the clear button, but it does clear the DataCombo box.
Any help will be appreciated.