Access MonthName Function

Last updated: August 26, 2026.

The MonthName function returns the localized name of a month number.

Syntax

MonthName(month [, abbreviate])
ArgumentDescription
monthNumber from 1 through 12
abbreviateTrue to return an abbreviated name

Examples

MonthName(8)          ' August
MonthName(8, True)    ' Aug
MonthLabel: MonthName(Month([OrderDate]))

The returned name follows the system locale. Validate month numbers before calling the function.

See Microsoft’s Access function reference for related expression functions.

admin

admin

Leave a Reply

Your email address will not be published.