H
Harry
I am in the process of designing an Access application that helps
predict the promotion prospects and likely date(s) of successful
promotions of Army personnel. The application is supposed to carry out
predictive processing by extracting people meeting promotion criteria
from a table and iterate the process to predict subsequent promotions
upto three ranks ahead. Each promotion is based on existence of a
vacancy, and in turn creates a chain of sub-ordinate promotions. So I
should be able to select an individual, Private X, and ask the
application to predict when can he become a Staff Sergeant after
fulfilling criteria that I specify. Moreover, the application should be
able to report other chain promotions that occur in the wake of Pvt X's
promotion to Corporal, Sergeant and Staff Sergeant. Any advice on the
database design or is it magic with queries ? My main doubt is where do
I store the result of each query iteration ?
predict the promotion prospects and likely date(s) of successful
promotions of Army personnel. The application is supposed to carry out
predictive processing by extracting people meeting promotion criteria
from a table and iterate the process to predict subsequent promotions
upto three ranks ahead. Each promotion is based on existence of a
vacancy, and in turn creates a chain of sub-ordinate promotions. So I
should be able to select an individual, Private X, and ask the
application to predict when can he become a Staff Sergeant after
fulfilling criteria that I specify. Moreover, the application should be
able to report other chain promotions that occur in the wake of Pvt X's
promotion to Corporal, Sergeant and Staff Sergeant. Any advice on the
database design or is it magic with queries ? My main doubt is where do
I store the result of each query iteration ?