Hi,
This is my first thread!
I have a datacombo dropdown. I choose an option from the dropdown. I then want to do an if statement saying that if the datacombo selected value is not null do something.
How would I write this?
Is it If Len(Trim$(dataCombo.BoundText)) = 0 Then ...
Please help with this as it is urgent.
Thanks in advance for any help!
This is my first thread!
I have a datacombo dropdown. I choose an option from the dropdown. I then want to do an if statement saying that if the datacombo selected value is not null do something.
How would I write this?
Is it If Len(Trim$(dataCombo.BoundText)) = 0 Then ...
Please help with this as it is urgent.
Thanks in advance for any help!