Max Value for MSAccess Date/Time
What is the largest (late开发者_如何学JAVAst) date that can be represented in Microsoft Access?
Valid date values range from -657,434 (January 1, 100 A.D.) to 2,958,465 (December 31, 9999 A.D.). Valid time values range from 0.0 to 0.9999, or 23:59:59.
based on http://bytes.com/topic/access/insights/601315-vba-data-types, it's December 31, 9999.
精彩评论