SyntaxFix
Write A Post
Hire A Developer
Questions
You can use the following code to check if a textbox object is null/empty
'Checks if the box is null If Me.TextBox & "" <> "" Then 'Enter Code here... End if