Loading lesson path
Concept visual
Start at both ends
Return the name of the month based on a number:
SELECT MonthName(3);The MonthName() function returns the name of the month based on a number.
number, abbreviate )
Required. A value from 1 to 12, that represent the month abbreviate
Formula
Optional. A Boolean value. True = the month name should be abbreviated. False= the month name should not be abbreviated. False is default
Return the abbreviated name of the month based on a number:
SELECT WeekdayName(3, true);❮ MS Access Functions