The data come from a many part of a table. It is route stop times. Most have 1 AM Stop time and 1 PM Stop Time. Some have only 1 stop Time in the AM or PM. I am making labels and want both times in the same row. Right now I do the following, but I don't know how to add the WHERE part to this to make it show AM and PM. And how it can handle a null when there is no AM or no PM Stop Time. Hope I make sense.
=Format(Trim([qry_MessengerLabels.StopTime]),"Medium Time")
=Format(Trim([qry_MessengerLabels.StopTime]),"Medium Time")