P
Peter
Hi
I have a table which contains tasks with due date. If I
want to find all those task that are due within the next
60 days I can put the expression
<=Date()+60
under the due date field and that works fine. However, I
thought it would be nice to allow the user to provide the
date they want to start with (rather than using system
date) and tried the expression:
<=[SearchDate] + 60
and though I can enter a date into the prompt box which
appears, the query fails with the error that it's too
complex.
Anyone any idea what's wrong with the expression?
Thanks in advance for any posting.
Peter
I have a table which contains tasks with due date. If I
want to find all those task that are due within the next
60 days I can put the expression
<=Date()+60
under the due date field and that works fine. However, I
thought it would be nice to allow the user to provide the
date they want to start with (rather than using system
date) and tried the expression:
<=[SearchDate] + 60
and though I can enter a date into the prompt box which
appears, the query fails with the error that it's too
complex.
Anyone any idea what's wrong with the expression?
Thanks in advance for any posting.
Peter