View Full Version : Date Format on Report


smaumau
07-12-2006, 12:59 PM
How do you format a date to display on a report as mm/dd/yy and not mm/dd/yyyy?

RV
07-12-2006, 01:22 PM
Base your report on a query.
Use the Format function in your query to format your date.

RV

Rich
07-12-2006, 11:36 PM
In the Format property for the textbox on the Report "mm/dd/yy"