D
DS
I have a Query. It has a StartTime and an EndTime field. Both Fields
are Date/Time Type. I made an expression that reads...
Expr1:=IIf([EndTime]<[StartTime],[After]=-1,[After]=0)
The After field is a Checkbox, essentially I want the CheckBox to be
checked if the EndTime is less than the StartTime. This doesn't seem to
be working any help appreciated.
Thanks
DS
are Date/Time Type. I made an expression that reads...
Expr1:=IIf([EndTime]<[StartTime],[After]=-1,[After]=0)
The After field is a Checkbox, essentially I want the CheckBox to be
checked if the EndTime is less than the StartTime. This doesn't seem to
be working any help appreciated.
Thanks
DS