liammoohan
Board Regular
- Joined
- Jan 11, 2008
- Messages
- 72
I have a query that obtains a value from a datetime field and using the Now() function I specify the below:
IIf(Now()>=[WashTime],"ELIGIBLE")
This then returns the results as blank (see below):
I then change to:
IIf(Now()<=[WashTime],"ELIGIBLE")
I then get the below and cannot figure out why when the "Wash Time" is less than the time "Now()" why it won't return "ELIGBLE" when it meets the criteria!?!
Any assistance in figuring this out would be much appreciated.
IIf(Now()>=[WashTime],"ELIGIBLE")
This then returns the results as blank (see below):
I then change to:
IIf(Now()<=[WashTime],"ELIGIBLE")
I then get the below and cannot figure out why when the "Wash Time" is less than the time "Now()" why it won't return "ELIGBLE" when it meets the criteria!?!
Any assistance in figuring this out would be much appreciated.