Access Month Function

Last updated: August 26, 2026.

The Month function returns an integer from 1 through 12 identifying the month of a date.

Syntax

Month(date)
ArgumentDescription
dateDate expression

Examples

Month(#8/26/2026#)       ' 8
OrderMonth: Month([OrderDate])
CurrentMonth: Month(Date())

A Null argument returns Null. Use MonthName when a localized display label is needed.

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

admin

admin

Leave a Reply

Your email address will not be published.