I have a table that collects income generated each month. Each month is a record and each column has different income types interest, dividend etc. The number of columns can grow so i want to pull all columns into the query, a simple select all will work here. Next I want to apply a percentage against all the income column for example investor 1 will get 75% and investor 2 will get 25%. is there a way to do this
Table Investor %
Investor 1 75
Investor 2 25
Month Interest Dividend Expense1 Expense2
1/1/2011 10 20 (15) (8)
I don't want to simply set up fixed formulas as the number of income and expense columns can grow so if there is a way to apply the break out % to all columns that would be great.
Let me know if you need any more details
Thanks
Table Investor %
Investor 1 75
Investor 2 25
Month Interest Dividend Expense1 Expense2
1/1/2011 10 20 (15) (8)
I don't want to simply set up fixed formulas as the number of income and expense columns can grow so if there is a way to apply the break out % to all columns that would be great.
Let me know if you need any more details
Thanks