Date Formating

  • Thread starter Thread starter scott
  • Start date Start date
S

scott

I've used the below code as a report title in a report control for years.
When I tried modifying it, I get a syntax error even when I don't change a
character.

If Format$() doesn't work any longer, how can I format a date in "m/d/yyyy"
format?

CODE ***********
="Daily Summary - " & Format$(Forms!myForm!txtBeginDate,"m/d/yyyy")
 
Back
Top