partizan82
Registered User.
- Local time
- Today, 10:53
- Joined
- May 23, 2002
- Messages
- 17
How do i check if variable's value is zero for date type?
i tried this but it does not work:
if me!DateFromControl.value <> 0 then
blah... blah...
end if
gives me an error... Please help.. any suggestions will be appreciated. Thanks.
i tried this but it does not work:
if me!DateFromControl.value <> 0 then
blah... blah...
end if
gives me an error... Please help.. any suggestions will be appreciated. Thanks.