C
clueless
My IIf statement is as follows:
StatusOfAppointment: IIf([ArrivalTime]<[AppointmentTime],"Early",
IIf([ArrivalTime]=[AppointmentTime],"On Time","Late))
I need to add a 15 minute window for the "On Time" (example appt 3:00, would
be on time from 3:00-3:15). Not quite sure what I need to do. Appreciate
any help.
Thanks.
StatusOfAppointment: IIf([ArrivalTime]<[AppointmentTime],"Early",
IIf([ArrivalTime]=[AppointmentTime],"On Time","Late))
I need to add a 15 minute window for the "On Time" (example appt 3:00, would
be on time from 3:00-3:15). Not quite sure what I need to do. Appreciate
any help.
Thanks.