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")

Signature
Allen Browne - Microsoft MVP. Perth, Western Australia
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.
>I am trying to make a report design easier by concatenating 2 dates
>separated
[quoted text clipped - 4 lines]
> in the underlying query I can't find that either. It's driving me
> insane!!!!