M
Marcia
Hello. I know how to construct a query that will search between two
dates on *ONE* field... but I do not know how to construct a query
that will search on *THREE* fields.
For example:
In my Employee database, I have a HiringDate field. I also have three
other calculated fields that display the dates associated with the
employee's probationary period. For example, the employee must be
evaluated after three months from their hiring date, and again after
six months, and again after nine months. (These three evaluation
dates were calculated in my query using the DateAdd function.)
I need to create a parameter query (by entering a StartDate and an
EndDate) that will search on all three calculated date fields and
return a list of employees who need to be evaluated within that given
time period, regardless of whether it is their three-month, six-month,
or nine-month evaluation.
Is this possible? Any help would be greatly appreciated.
Thanks,
Jessi
dates on *ONE* field... but I do not know how to construct a query
that will search on *THREE* fields.
For example:
In my Employee database, I have a HiringDate field. I also have three
other calculated fields that display the dates associated with the
employee's probationary period. For example, the employee must be
evaluated after three months from their hiring date, and again after
six months, and again after nine months. (These three evaluation
dates were calculated in my query using the DateAdd function.)
I need to create a parameter query (by entering a StartDate and an
EndDate) that will search on all three calculated date fields and
return a list of employees who need to be evaluated within that given
time period, regardless of whether it is their three-month, six-month,
or nine-month evaluation.
Is this possible? Any help would be greatly appreciated.
Thanks,
Jessi