S
smartcookie
I am kind of beating my head over this problem.
I am trying to create a rule by where the user cannot enter data if todays
date is greater than a function date - max time given in a query
So lets say the user has 72 hrs to respond before an event date lets say Jan
1, 2010.
I tried this so far but its not working :
EventDatePlusMaxTime: DateDiff("n",[functiondate]+[maxtime],[functiondate])
I am trying to create a rule by where the user cannot enter data if todays
date is greater than a function date - max time given in a query
So lets say the user has 72 hrs to respond before an event date lets say Jan
1, 2010.
I tried this so far but its not working :
EventDatePlusMaxTime: DateDiff("n",[functiondate]+[maxtime],[functiondate])