I have developed a database that projects the probabiity of retirement for employees. I have several queires that bring the the percent probablity of requiremet for several critiera. For example:
If the emp. is under FERS and is between age 50-55 with 20-25 years of service, probability for retirment is 2.50%.
FERS between age 55-60 with 20-25 years, probability is 4.63%. I have 20 of these different criteria for FERS retirement employees and the same number for empoyes under the CSRS retirement system, for a total of 40 different criteira buckets.
Under my probability field in the query, I have developed an imbedded "If..Then" statement that contains each of the criteria. However, the Access query will only allow me to enter about 16 of the If statements and then it gives me an error telling me it must truncate the formula and that the query formula is too complex.
Does anyone have any suggestions on how I can make this formula work? Or do it a better way???
Thanks!
If the emp. is under FERS and is between age 50-55 with 20-25 years of service, probability for retirment is 2.50%.
FERS between age 55-60 with 20-25 years, probability is 4.63%. I have 20 of these different criteria for FERS retirement employees and the same number for empoyes under the CSRS retirement system, for a total of 40 different criteira buckets.
Under my probability field in the query, I have developed an imbedded "If..Then" statement that contains each of the criteria. However, the Access query will only allow me to enter about 16 of the If statements and then it gives me an error telling me it must truncate the formula and that the query formula is too complex.
Does anyone have any suggestions on how I can make this formula work? Or do it a better way???
Thanks!