Article ID: 106290
Article Last Modified on 1/18/2007
APPLIES TO
- Microsoft Access 1.0 Standard Edition
- Microsoft Access 1.1 Standard Edition
- Microsoft Access 2.0 Standard Edition
- Microsoft Access 95 Standard Edition
- Microsoft Access 97 Standard Edition
This article was previously published under Q106290
Moderate: Requires basic macro, coding, and interoperability skills.
SYMPTOMS
If you use the Format() function on the result of a Month() function,
Microsoft Access returns an incorrect result.
CAUSE
The Month() function converts a date to an integer. The Format() function
is expecting a date serial number as an argument, but instead receives an
integer.
STATUS
This behavior is by design.
REFERENCES
For information about syntax and usage of the Choose function, search the
Help Index for "Choose function."
Keywords: kbprb KB106290