I have a query where I am calculating the ITEM AGE of an item.
ITEM AGE: DateDiff("yyyy",[SSMA$SQFT/LF ITEMS]“DATEACQUIRED”,Now()) by using an existing field in the table:
The field used in the calculation is "DATE ACQUIRED"
The table name is SSMA$SQFT/LF ITEMS
I keep getting the error that I may have entered an operand without and operator.
I have worked on this for quite a while to no avail.
What obvious thing am I missing?
Thank you for your help in advance.