C
clueless
I am trying to write an IIf statement with the following info. If the
[StatusOfAppointment]="OnTime" and the [DriverTime] is greater than 2 hours
then "Detention" and then if the [StatusOfAppointment]="Early" then need to
use [DepartureTime]- [AppointmentTime] and if this is greater than 2 hours
"Detention",Null. I'm not sure how to put greater than 2 hours in the
statement. Any help would be greatly appreciated. Thank you in advance!
[StatusOfAppointment]="OnTime" and the [DriverTime] is greater than 2 hours
then "Detention" and then if the [StatusOfAppointment]="Early" then need to
use [DepartureTime]- [AppointmentTime] and if this is greater than 2 hours
"Detention",Null. I'm not sure how to put greater than 2 hours in the
statement. Any help would be greatly appreciated. Thank you in advance!