Thanks Guys for the help, by putting both of your answers together I ended up with the result I needed.
This is what I ended up with:
SELECT tblInboundLog.[Trailer#], tblInboundLog.ReceiveDate, tblInboundLog.ArrivalTime, tblInboundLog.StartTime, tblInboundLog.FinishTime...
I have a query that I am using that has the following fields.
Arrival Time, Appointment Time, Start Time, Departure time.
I am trying to write a IIF statement that tells me.
If arrival Time is prior to appointment time or 15 minutes after appointment time, it needs to calculate from Appointment...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.