check-if-textbox-is-empty

PHOTO EMBED

Wed Sep 28 2022 08:16:42 GMT+0000 (Coordinated Universal Time)

Saved by @paulbarry

If IsNull([YourTextBoxName]) or [YourTextBoxName] = "" Then
     MsgBox "Your text box is empty"
Else
     MsgBox "Your text box is not empty"
End If
content_copyCOPY