date format in report

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

Guest

I have set up a report that pulls data from a query. I have added a date
field, this field will be the date the report is ran, it will be in the
header field. I cannot get it to format the way I would like. It is set as a
long date which is: day of week, month, day, year. I need to delet the day of
week. This report will act as a template that I need to run daily to mail out
to our vendors. Thanks for any help.
 
I have set up a report that pulls data from a query. I have added a date
field, this field will be the date the report is ran, it will be in the
header field. I cannot get it to format the way I would like. It is set as a
long date which is: day of week, month, day, year. I need to delet the day of
week. This report will act as a template that I need to run daily to mail out
to our vendors. Thanks for any help.

Set the format property of the control to:
mmmm dd, yyyy
 
Back
Top