The information in this article applies to:
SYMPTOMSModerate: Requires basic macro, coding, and interoperability skills.
However, the following expression returns a value of True:
CAUSEThe IsDate() function does not recognize days of the week; therefore, it does not recognize a date that is in Long Date format. RESOLUTIONDo not use a date in Long Date format with the IsDate() function. If you want to verify the correct weekday for a particular date, use the Format() function to show the weekday. For example, the expression
returns the value
Sunday, January 10, 1999 MORE INFORMATIONSteps to Reproduce Behavior
REFERENCES
For more information about the IsDate() function, click Microsoft Access
Help on the Help menu, type IsDate function example in the Office
Assistant or the Answer Wizard, and then click Search to view the topic.
Additional query words: cardinal days
Keywords : kbprg kbdta |
Last Reviewed: July 15, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |