Date Format

M

Marshall Barton

rml said:
On my report, how can I convert a date field from mm/dd/yy to dd/mm/yy?


If it's really a date field (not a text field) then just set
the report text box's Format property to:
dd/mm/yy
 
Top