Malcolmneill
Registered User.
- Local time
- Today, 20:29
- Joined
- May 7, 2011
- Messages
- 17
Hi guys,
I need some help, it's a simple problem and I am going nuts trying to make it work!! I want to test a date field on a form to ensure that the user has selected a date using the picker before I update the DB record. Here's my simple code:
If [Date] is Null then
display message
Else
continue processing
end if
:banghead:
I have tried = "" and =" " etc none work. I am sure there's a simple mistake here but......
Really appreciate some help.
I need some help, it's a simple problem and I am going nuts trying to make it work!! I want to test a date field on a form to ensure that the user has selected a date using the picker before I update the DB record. Here's my simple code:
If [Date] is Null then
display message
Else
continue processing
end if
:banghead:
I have tried = "" and =" " etc none work. I am sure there's a simple mistake here but......
Really appreciate some help.