aziz rasul
Active member
- Local time
- Today, 23:28
- Joined
- Jun 26, 2000
- Messages
- 1,935
I am querying a date field which in some few cases do not have dates and hence I'm getting #Error.
I am trying to use a combination of the IIf and the IsError functions in order to produce a null or "" value instead of #Error. Here's what I am trying in a select query but I still get the same result?
STARTDATE: IIf(IsError(CDate([DFIT])),"",CDate([DFIT]))
I am trying to use a combination of the IIf and the IsError functions in order to produce a null or "" value instead of #Error. Here's what I am trying in a select query but I still get the same result?
STARTDATE: IIf(IsError(CDate([DFIT])),"",CDate([DFIT]))