M
MJatAflac
What is the initial value of an unbound text box? I have tried evaluating for
Is Null, Is Empty and "" but these don't seem to be true.
The reason I ask is that I want to be able to check to see if a user has
input anything in the textbox and message them if they didn't but when I use:
if textbox.value Is Null Then
if textbox.value Is Empty Then
if textbox.value = "" then
I don't get a "hit"
any guidance?
thanks,
Michael Joyce
Is Null, Is Empty and "" but these don't seem to be true.
The reason I ask is that I want to be able to check to see if a user has
input anything in the textbox and message them if they didn't but when I use:
if textbox.value Is Null Then
if textbox.value Is Empty Then
if textbox.value = "" then
I don't get a "hit"
any guidance?
thanks,
Michael Joyce