I have a patient waiting list
and we have Appointment time and Time()
essentially AppointmentTime-Time() = Waiting
If it is negative we need to see the patient immediately
if it is positive we are running on time everything is ok
DateDiff("n",[TimeIn],[TimeOut])
GIVES NUMBER OF MINUTES + or -
Yet I need Hrs and mins negative or positive difference
However
Format(DateDiff("n", TimeIn, TimeOUt) / 1440, "h:mm"
GIVES H:mm only +
What should I use
Thanks in Advance
Daniel
and we have Appointment time and Time()
essentially AppointmentTime-Time() = Waiting
If it is negative we need to see the patient immediately
if it is positive we are running on time everything is ok
DateDiff("n",[TimeIn],[TimeOut])
GIVES NUMBER OF MINUTES + or -
Yet I need Hrs and mins negative or positive difference
However
Format(DateDiff("n", TimeIn, TimeOUt) / 1440, "h:mm"
GIVES H:mm only +
What should I use
Thanks in Advance
Daniel