M
mark r
Part one of the question:
For a commandbutton:
If ( A ) then msgbox
where A is a textfield with digits in it
I want the msgbox to display if the textfield is empty (no
digits)
ISNULL is for variables........if I do
ISNULL(textfieldname) it doesn't work.
how do I check if a textfield is empty or not?
For a commandbutton:
If ( A ) then msgbox
where A is a textfield with digits in it
I want the msgbox to display if the textfield is empty (no
digits)
ISNULL is for variables........if I do
ISNULL(textfieldname) it doesn't work.
how do I check if a textfield is empty or not?