Formatting a date

  • Thread starter Thread starter Lee
  • Start date Start date
L

Lee

I'm using the dates derived from criteria entries in a
query as part of the header in a report. Is it possible
to format these dates or must they remain as they were
entered in the query? Thanks!
 
You can use a control source like:
="Dates from " & Format([Enter Start], "mmmm d") & " to " & Format([Enter
End], "mmmm d")
 
Thanks!
-----Original Message-----
You can use a control source like:
="Dates from " & Format([Enter Start], "mmmm d") & " to " & Format([Enter
End], "mmmm d")

--
Duane Hookom
MS Access MVP


I'm using the dates derived from criteria entries in a
query as part of the header in a report. Is it possible
to format these dates or must they remain as they were
entered in the query? Thanks!


.
 

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

Back
Top