The Archn00b
Registered User.
- Local time
- Today, 05:42
- Joined
- Jun 26, 2013
- Messages
- 76
Hi again
I have a text box with a date picker in a form. I need to create a piece of conditional logic in Visual Basic that is activated when the value in the form is not null. I can't so this in the same way as I would with a string which would be:
Does any one know the equivalent for the Date datatype in Visual Basic?
Thanks for reading!
I have a text box with a date picker in a form. I need to create a piece of conditional logic in Visual Basic that is activated when the value in the form is not null. I can't so this in the same way as I would with a string which would be:
Code:
If Field <> "" Then
Statement
End If
Does any one know the equivalent for the Date datatype in Visual Basic?
Thanks for reading!