Custom formatting dates for Access 2000 report

J

john.pillsbury

I'm trying to format dates for a report so that they
display as mm/dd/yyyy, and not mm/dd/yy. The dates are in
the mm/dd/yyyy format on the data table, but the report
won't display them that way.
 
R

Rick Brandt

I'm trying to format dates for a report so that they
display as mm/dd/yyyy, and not mm/dd/yy. The dates are in
the mm/dd/yyyy format on the data table, but the report
won't display them that way.

Display properties in tables and queries generally don't propagate to the
forms and reports that are bound to them. Just set the format property of
the control *on the report*.
 
Top