G
Guest
Hi,
I've a Save Button on a Data Entry form. If controls are empty and the user
tries to press Save button I want to pop up a MsgBox with YES/NO. Is there a
way to check empty controls programatically instead of checking each and
every control (like If control-a.value <> "" and control.b.value <> "" Then
......)
Thanks.
PS
I've a Save Button on a Data Entry form. If controls are empty and the user
tries to press Save button I want to pop up a MsgBox with YES/NO. Is there a
way to check empty controls programatically instead of checking each and
every control (like If control-a.value <> "" and control.b.value <> "" Then
......)
Thanks.
PS