G
Guest
I have a concatenation which contains the following:
TeeInformation: "Group " & [Group] & " - " & [Course] & " - " & [TeeTime]
In my query, what is displayed for this field is:
Group 1 - North Course - 11:10:00 a.m.
How do I format this field in my query to eliminate the long time?
Thanks in advance.
TeeInformation: "Group " & [Group] & " - " & [Course] & " - " & [TeeTime]
In my query, what is displayed for this field is:
Group 1 - North Course - 11:10:00 a.m.
How do I format this field in my query to eliminate the long time?
Thanks in advance.