Date Display on Report

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have read the many date display threads on this site but have a new
question (at least I think it is new).

I am running a report from a parameter query and am able to get the dates to
display just fine, but I want to just get the month to display. I don't want
the acutal dates from the parameter. I want it to display the Name of the
month based on the dates from the parameter. Is there a way to do this?
 
Format ([The Parameter],"mmmm")

If the parameter is a reference to a form control

Format([Forms]![The Form Name]![The control Name], "mmmm")

Or if the control on the report has the parameter as its source then set the
controls format property to "mmmm"



--
John Spencer
Access MVP 2002-2005, 2007
Center for Health Program Development and Management
University of Maryland Baltimore County
..
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top