I've tried to provide a duration for an appointment on a form by subtracting an start time from an end time e.g.
appstartid = 13:15
appendid = 16:30
appduration: tblAppointment.[appendid]-[appstartid] returns either 00:00 if formatted as time and 13 if formatted as a general number.
Both appstartid and appendid display correctly as the times above on the form.
Can anyone spot where I'm going wrong, please?