Question

I am attempting to create a query using the design mode of Access 2013 (because I cannot find the SQL view). This is a web app btw.

I have a column, LastUpdated, of the Date type.

I want to find all where LastUpdated is more than 6months old.

Anytime is use Date() I get "The expression you entered has a function name that MS Access can't find."

Was it helpful?

Solution

Access 2013 uses a different date function for Access 2013 Web Apps. In the web apps, use Today()

DateDiff is also slightly different for web apps.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top