N
nydia
i have a query that gives me follow-up dates based on the
clients termination date. There are 4 follow-up dates 1,
3, 6 months and 1 year after termination date. I did a
date add for each of them. this is the one for 1month
30DaysAfterTermination: DateAdd("d",30,[tblClientDateInfo]!
[TerminationDate])
when i type between 01/01/00 and 01/01/06 in the criteria,
it changes it to between 1/1/0 and 1/1/6
then when i run it i get the following error message
division by 0
how do i fix this. i want the be able to put Between
[startdate]and[enddate], so that i can view all the
clients that have a follow-up date coming.
clients termination date. There are 4 follow-up dates 1,
3, 6 months and 1 year after termination date. I did a
date add for each of them. this is the one for 1month
30DaysAfterTermination: DateAdd("d",30,[tblClientDateInfo]!
[TerminationDate])
when i type between 01/01/00 and 01/01/06 in the criteria,
it changes it to between 1/1/0 and 1/1/6
then when i run it i get the following error message
division by 0
how do i fix this. i want the be able to put Between
[startdate]and[enddate], so that i can view all the
clients that have a follow-up date coming.