How do i add a Month Abreviation in an access 2003 report?

  • Thread starter Thread starter Guest
  • Start date Start date
You can simply add a text box with a control source like
="Jan"
or a label with a caption of
Jan
If you want the month abbreviation tied to the current date or a field in
your report's record source, you could set the format property to
mmm
 
thanks for the info i used =now and format mmm

Duane Hookom said:
You can simply add a text box with a control source like
="Jan"
or a label with a caption of
Jan
If you want the month abbreviation tied to the current date or a field in
your report's record source, you could set the format property to
mmm
 
Back
Top