Hey all,
i have a textbox called textbx1 and in this field the user enters four numbers representing the year. How can i say as an if statement if the year field is empty.
I tried the following
But this does not work.Code:If textbx1="" Then
Thanks for your time.