Access '13 - DateAdd - Filtering based on result -
let me prerequisite saying very new using sql, vbs, , access, doing best figure out go.
i have access database using odbc link sql database containing employee certification information, certifications expire every 5 years. calculate expiration in access using dateadd expression:
expiration date: dateadd("yyyy",5,[value])
where [value] name of field certification date stored. reporting purposed have run report show expiration date before july 1 of current year. however, adding criteria line other static date throws below error:
odbc--call failed. [microsoft][odbc driver manager] function sequence error (#0)
Comments
Post a Comment