I am making a datasheet view query whereby I will copy past 1 field to paste into Calendar Creator.
But I have 2 problems. I need (1) to format the TIME in 2 places inside the query calculated field
and (2) break the query into 2 lines in datasheet view to allow a nice copy paste into cal creator.
Here is the query calculated field. Notice the word "Break here":
CalCreator: [DateIn] & " " & "Depart " & [DepartureCityIn] & " at " & [TimeIn] & " - Arrive " & [DestinationCityIn] & " at " & [ArriveIn] & " BREAK HERE " & [DateOut] & " " & "Depart " & [DepartureCityOut] & " at " & [TimeOut] & " - Arrive " & [DestinationCityOut] & " at " & [ArriveOut]
I would like the answer to look like this for each field line. In other words, both lines below are really in the SAME
query field. Just wrapping around like below.
3/19/2013 Depart CLEVELAND, OH at 8:30:00 PM - Arrive BILOXI, MS at 9:45:00 PM
3/22/2013 Depart BILOXI, MS at 1:00:00 PM - Arrive CLEVELAND, OH at 4:15:00 PM
I don't know how to make the line wrap around.
Also don't know how to take off the seconds in the time fields. Just want 8:30 pm and not 8:30:00 pm.
Thanks you for your help.
But I have 2 problems. I need (1) to format the TIME in 2 places inside the query calculated field
and (2) break the query into 2 lines in datasheet view to allow a nice copy paste into cal creator.
Here is the query calculated field. Notice the word "Break here":
CalCreator: [DateIn] & " " & "Depart " & [DepartureCityIn] & " at " & [TimeIn] & " - Arrive " & [DestinationCityIn] & " at " & [ArriveIn] & " BREAK HERE " & [DateOut] & " " & "Depart " & [DepartureCityOut] & " at " & [TimeOut] & " - Arrive " & [DestinationCityOut] & " at " & [ArriveOut]
I would like the answer to look like this for each field line. In other words, both lines below are really in the SAME
query field. Just wrapping around like below.
3/19/2013 Depart CLEVELAND, OH at 8:30:00 PM - Arrive BILOXI, MS at 9:45:00 PM
3/22/2013 Depart BILOXI, MS at 1:00:00 PM - Arrive CLEVELAND, OH at 4:15:00 PM
I don't know how to make the line wrap around.
Also don't know how to take off the seconds in the time fields. Just want 8:30 pm and not 8:30:00 pm.
Thanks you for your help.