C
clueless
I have the following IIf statement:
Detention: IIf([CarrierType] In ("Regular") And [DriverTime]>#2:15:00
AM#,"Detention",Null)
It was working when the driver time was in the 2 hour range. Now, I have a
driver time of 3:22 and it is null. What is wrong with this statement?
Thanks very much for you help.
Detention: IIf([CarrierType] In ("Regular") And [DriverTime]>#2:15:00
AM#,"Detention",Null)
It was working when the driver time was in the 2 hour range. Now, I have a
driver time of 3:22 and it is null. What is wrong with this statement?
Thanks very much for you help.