Sorry the subject isn't great, but I have the following field which calculates the difference (in days) between a field called LastTR (which is a concatnation of three seperate fields and then formatted as date) and today's date.
It returns the value perfectly, however, I need to eliminate the recors where this value is 3 or less, but when I enter the criteria of >3, it gives the prompt "Enter Parameter Value Last TR". Why is this?
Code:
Diff: DateDiff("d",[LastTR],Date())
It returns the value perfectly, however, I need to eliminate the recors where this value is 3 or less, but when I enter the criteria of >3, it gives the prompt "Enter Parameter Value Last TR". Why is this?