I set format for the date to a long date which should be what I want and on
the query and report the date still shows as 6/4/07. Any I setting the
property incorrectly? The text box on the report says it should be a long
date but it shows a short date. Do I have to enter a long date when I am
prompted for the date. I don't think it will let me.
The format *ONLY* affects the display, not what's stored. A Date/Time field in
a table is stored *as a number* - 39237.000000000 for June 4. It's not stored
as a short date, it's not stored as a long date, it's not stored as text -
it's stored AS A NUMBER.
If this isn't making sense, please doublecheck the datatype of the field in
table design view - *is* it a Date/Time, or is it Text? And explain where
you're setting the Format. You can have the same date/time field displayed
with half a dozen different formats in half a dozen different places if you
wish.
John W. Vinson [MVP]