betachristopher
Programmer
I am running an Access query and the below works to pull the year out of the Epoch time. However, if I add a year to the criteria section, I get an Overflow error. I don't get this error when the criteria section is blank. What can I do to add criteria? I am using Access 2007 with linked SQL tables.
YEAR: Year(CVDate(DateAdd("s",([Specimen].[date]/1000),'01/01/1970')))
YEAR: Year(CVDate(DateAdd("s",([Specimen].[date]/1000),'01/01/1970')))