I have tried every variation I can think of.
I have a table that displays [Appt Date] in a field. I want to subtract that date from today to give me the [Days to Appt].
I have tried several variations in the expression builder of the calculated field
=DateDiff("d",[Appt Date]-Date())
=[Appt Date]-Date()
And so on.
The error message I am continuously presented with is
The Expression [APPT Date]-Date() cannot be used in a calculated column.
I have tried this in a Date/Time calculated field and a Number Calculated Field
Your help will be gratefully appreciated