F
FSt1
What is a good way to check with code to see if the user
input a number into a text box or a Date or left it blank.
or
if isnull(text box) then
ignore
else
if a number then
do this
else
if a date
do that
end if
end if
end if
input a number into a text box or a Date or left it blank.
or
if isnull(text box) then
ignore
else
if a number then
do this
else
if a date
do that
end if
end if
end if