
Signature
Duane Hookom
MS Access MVP
--
Thank you very much! It helped a lot!

Signature
Thank you very much, guys!
RAM
> awol employees in a text box in the Report Footer (or any group header or
> footer):
[quoted text clipped - 26 lines]
> > separated
> > from the company. Please help. Thank you very much.
Hi, Duane! Thanks for the help. Anyway, I have another problem. I have
"Years of Service" field and using
=DateDiff("yyyy",[DateHired],Now())+Int(Format(Now(),"mmdd")<Format([DateHired],"mmdd")) & " " & " Years"
it gives me the number of years the employee is with the company. But I
want to stop the counter the moment he/she leaves the company. I have another
field named "DateSeparated". How will I accomplish that? Thanks again.

Signature
Thank you very much, guys!
RAM
> awol employees in a text box in the Report Footer (or any group header or
> footer):
[quoted text clipped - 26 lines]
> > separated
> > from the company. Please help. Thank you very much.
Duane Hookom - 04 Jan 2006 13:13 GMT
Replace "Now()" in your expression with "Nz([DateSeparated],Date())".

Signature
Duane Hookom
MS Access MVP
--
> Hi, Duane! Thanks for the help. Anyway, I have another problem. I have
> "Years of Service" field and using
[quoted text clipped - 41 lines]
>> > separated
>> > from the company. Please help. Thank you very much.