paulmcdonnell
Ready to Help
- Local time
- Today, 16:47
- Joined
- Apr 11, 2001
- Messages
- 167
Guys,
I have had this little gremlin for some time now.
I want to test in code if a form value has no entry, ie nothing has been put into it. (in basic terms)
I've tried if text1="" then ...
and
if text1 is null then...
and if text1 is empty then...
but either the condition isn't met or I get object required message...
What is a good if-then test for testing if a control has nothing in it?
What am I overlooking?
CHeers
PAUL!!!!!!!!!!!
I have had this little gremlin for some time now.
I want to test in code if a form value has no entry, ie nothing has been put into it. (in basic terms)
I've tried if text1="" then ...
and
if text1 is null then...
and if text1 is empty then...
but either the condition isn't met or I get object required message...
What is a good if-then test for testing if a control has nothing in it?
What am I overlooking?
CHeers
PAUL!!!!!!!!!!!