HELP - time display format

K

kwizzy

I am trying to make a report design easier by concatenating 2 dates separated
by a hyphen rather than having 3 separate controls, but I cannot get the
times to display as hh:mm rather than hh:mm:ss even tho' singly they are
perfect. If there is a way to set up the expression with the specific format
in the underlying query I can't find that either. It's driving me insane!!!!
 
A

Allen Browne

I think you are trying do put something like this in the Control Source of
your text box:
=Format([Date1], "mm\/dd\/yyyy h\:nn ampm") & " - " &
Format([Date2], "mm\/dd\/yyyy h\:nn ampm")
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top