R
Ricter
I'm building a db to track employee hire dates, and their eligibility for
company awards, which are at this time simply 5 Year, 10 Year, etc. longevity
awards. The user has requested that the form show the next award the current
employee is eligible for, and on what date. (This is just extra info for the
user while she goes about other tasks. The intent is to design a report that
will show all employees eligible for any award in the coming 12 months.)
So, without writing it for me, can you direct me to a similar example?
Obviously I'm going to have to divide the difference between the current date
and the hire date by 5 and test it for wholeness. What function will I be
using? What form event will I tie the code to?
Thanks
company awards, which are at this time simply 5 Year, 10 Year, etc. longevity
awards. The user has requested that the form show the next award the current
employee is eligible for, and on what date. (This is just extra info for the
user while she goes about other tasks. The intent is to design a report that
will show all employees eligible for any award in the coming 12 months.)
So, without writing it for me, can you direct me to a similar example?
Obviously I'm going to have to divide the difference between the current date
and the hire date by 5 and test it for wholeness. What function will I be
using? What form event will I tie the code to?
Thanks