Thanks
In the Report itself, set the control's Format property to:
yyyy-mm
To display the date value, for example, as 2009 November you would
use:
yyyy mmmm
This information is readily available in Access Help.
Format Property - Date/Time Data Type
--
Fred
Please respond only to this newsgroup.
I do not reply to personal e-mail
If it's stored in your table as a Date/Time field, simply set the Format
property of the textbox on the Report to
"yyyy-mm"
You can use the Format() function in the query to convert the date to a text
string, but it's more efficient to simply set the format on the report itself.
--
John W. Vinson [MVP]