M
Mark
I have the following code in the control source of one
text box (this is in a report):
=[ClassDate] & " , " & [ClassStartTime] & " - " &
[ClassEndTime]
This displays something like: 1/1/2004, 10:00:00 PM -
11:00:00 PM
I would like to drop the seconds from the time. I can get
this to work by using the input mask and place: 09:00\ >LL
in a text box for each the ClassStartTime and ClassEndTime
separately, but I would like to keep the date/times in one
text box (using the above code). Am I able to do this?
Thanks!!!!!
text box (this is in a report):
=[ClassDate] & " , " & [ClassStartTime] & " - " &
[ClassEndTime]
This displays something like: 1/1/2004, 10:00:00 PM -
11:00:00 PM
I would like to drop the seconds from the time. I can get
this to work by using the input mask and place: 09:00\ >LL
in a text box for each the ClassStartTime and ClassEndTime
separately, but I would like to keep the date/times in one
text box (using the above code). Am I able to do this?
Thanks!!!!!