C
Clay
I have a database that keeps track of test scores and
eligibility for promotions. Eligibility for promotion is
based upon test score and years of service.
For years of service, only FULL YEARS count. The
person's start date is entered, and on that day the
following year, the NumYears count should increase by 1.
The problem is, the NumYears count only updates when you
enter a date. So, for instance, if my start date was
June 14, 2002, I should have 2 years of service today.
But, in the database - it is only showing 1 year of
service, unless I re-enter the date of June 14th.
Is there some code I can add to the database or Main menu
to "refresh" all of the Years of Service counts -- or
should I "refresh" all of the dates?
Any suggestions?
Thanks,
Clay
eligibility for promotions. Eligibility for promotion is
based upon test score and years of service.
For years of service, only FULL YEARS count. The
person's start date is entered, and on that day the
following year, the NumYears count should increase by 1.
The problem is, the NumYears count only updates when you
enter a date. So, for instance, if my start date was
June 14, 2002, I should have 2 years of service today.
But, in the database - it is only showing 1 year of
service, unless I re-enter the date of June 14th.
Is there some code I can add to the database or Main menu
to "refresh" all of the Years of Service counts -- or
should I "refresh" all of the dates?
Any suggestions?
Thanks,
Clay