Query problem using "last" (3 Viewers)

Why do you think that Access and Excel have different date references for day 0 of their internal calendar?
just tested it both, in Excel VBA and Access VBA:
Code:
format(cdate(0),"mm/dd/yyyy")
they both return:
Code:
12/30/1899
 

Users who are viewing this thread

Back
Top Bottom