MadeCurler
enthusiastic pensioner
- Local time
- Today, 12:19
- Joined
- Dec 6, 2007
- Messages
- 49
I used a piece of code to pass a date from a form to a report.
BeginDate = Format(TxtStartDate, "\#mm\/dd\/yyyy\#")
I've spent hours trying to figure out what the second argument means...why the forward and back slashes?
BeginDate = Format(TxtStartDate, "\#mm\/dd\/yyyy\#")
I've spent hours trying to figure out what the second argument means...why the forward and back slashes?