expression for month year

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

Guest

hello all,

i need to have an expression that will need to populate the month & year in
the footer section of my report. for example November 2005. any help would be
appreciated.
thanks
 
well, you're giving us very little to go on. but assuming that you want to
pull the month/year from a date field in the RecordSource of your report,
and show it in a textbox control, you can set the Format property of the
textbox control, as

mmmm yyyy

hth
 

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