G
Guest
I have a field named TodaysDate for which I use the following expression:
TodaysDate: Date()... which works fine.
I then have a field named DaysFromClose which uses the expression:
DaysFromClose: DateDiff("d",[Completion Date],[TodaysDate])... which works
fine.
However, when I enter the criteria for DaysFromClose as "<30", I get the
prompt 'Enter Parameter Value' for TodaysDate. It works fine if I enter the
date, but I don't understand why it forgets what it's doing ; - )
I guess the real question is, what am I doing wrong?
TodaysDate: Date()... which works fine.
I then have a field named DaysFromClose which uses the expression:
DaysFromClose: DateDiff("d",[Completion Date],[TodaysDate])... which works
fine.
However, when I enter the criteria for DaysFromClose as "<30", I get the
prompt 'Enter Parameter Value' for TodaysDate. It works fine if I enter the
date, but I don't understand why it forgets what it's doing ; - )
I guess the real question is, what am I doing wrong?