Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
SELECT Conference_Room_Schedule.ConfRoomSchedID, Conference_Room_Schedule.ConfRoomID, Conference_Room_Schedule.SchedDate, Format([Conference_Room_Schedule]![StartTime],"Medium Time") AS StartTime, Format([Conference_Room_Schedule]![EndTime],"Medium Time") AS EndTime, Conference_Room_Schedule.ForPersonnelID, Conference_Room_Schedule.Notes
FROM Conference_Room_Schedule
ORDER BY[red] Format(TimeValue([Conference_Room_Schedule]![StartTime], "Medium Time"))[/red];