Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Date Format

0 views
Skip to first unread message

Grant Dayton

unread,
Nov 5, 2009, 2:32:00 PM11/5/09
to
I want to have my report display a date format for example 11-05-09, i want
it to display as 2009-11 (YYYY-MM). Can this be done? I couldn't figure out
if I try and format this in the table or the report ot the query that
generates the report.

Thanks


fredg

unread,
Nov 5, 2009, 5:44:11 PM11/5/09
to

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

John W. Vinson

unread,
Nov 5, 2009, 5:49:18 PM11/5/09
to
On Thu, 5 Nov 2009 12:32:00 -0700, "Grant Dayton" <dayt...@hotmail.com>
wrote:

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]

0 new messages