I am making a database which records people's contributions to a pension plan but then invests these contributions by splitting them up and investing them in a variety of funds according to a certain ratio.
This ratio by which a contribution is split among the funds is to vary with age so for example I might have 4 possible funds an when a contributor is between age 40 and 50, the split to the 4 funds may be 20%:20%:30%:30%.
I want to set up a query that looks like a crosstab query. I would like to have fund name as collumn heading at the top and row headings will be the start age of the age range. The actual cells in the table will be the 'allocation ratio' as described above.
The point of setting it up in this way would be so that I could add an age band and then fill in the ratios for each fund. Also, I would like to be able to add a fund to the collumn headings too. Such a thing would be very user-friendly and flexible only there is one problem - I am damned if I know how I might go about doing this.
Does anyone have any ideas?
This ratio by which a contribution is split among the funds is to vary with age so for example I might have 4 possible funds an when a contributor is between age 40 and 50, the split to the 4 funds may be 20%:20%:30%:30%.
I want to set up a query that looks like a crosstab query. I would like to have fund name as collumn heading at the top and row headings will be the start age of the age range. The actual cells in the table will be the 'allocation ratio' as described above.
The point of setting it up in this way would be so that I could add an age band and then fill in the ratios for each fund. Also, I would like to be able to add a fund to the collumn headings too. Such a thing would be very user-friendly and flexible only there is one problem - I am damned if I know how I might go about doing this.
Does anyone have any ideas?