Date Formating

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

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

Similar Threads


Top