im trying to create a data sheet users can use to manage their budget. This is what I have so far.
3 text fields: ProjectID / Project Name / Bud Amount /
here's the problem i can't solve. User has to be able to divide/catergorize their own budget line.
ie. ProjectID:test1 / Project Name: LOB / Bud Amount:10,000 /
User can then create his/her 'sub' categories.(datasheet)
ie. ProjBudgetLine: sub1, sub2, sub3
budget description: marketing1, promo2, tv3
budget amount: 2000, 3000, 5000
committed:2000,0,0
Spent: 0,0,1000
Balance: 0,3000, 4000
another tricky part.. balance of the columns needs to be caculated.. like budgeted amount: 10,000 (budget amounts can not exceed Bud Amount) and balance will be 7,000.
i've tried doing creating 2 forms.
first form where user can type in their projectID, name and amount and then user click OK and new form opens carrying over the amount.
on the second form, i've created a subform where user can type in their categories.
I can't get the logics/events to work tho...
i know this is very confusing and all but if you have any suggestions or solutions.. i'll be very grateful.
3 text fields: ProjectID / Project Name / Bud Amount /
here's the problem i can't solve. User has to be able to divide/catergorize their own budget line.
ie. ProjectID:test1 / Project Name: LOB / Bud Amount:10,000 /
User can then create his/her 'sub' categories.(datasheet)
ie. ProjBudgetLine: sub1, sub2, sub3
budget description: marketing1, promo2, tv3
budget amount: 2000, 3000, 5000
committed:2000,0,0
Spent: 0,0,1000
Balance: 0,3000, 4000
another tricky part.. balance of the columns needs to be caculated.. like budgeted amount: 10,000 (budget amounts can not exceed Bud Amount) and balance will be 7,000.
i've tried doing creating 2 forms.
first form where user can type in their projectID, name and amount and then user click OK and new form opens carrying over the amount.
on the second form, i've created a subform where user can type in their categories.
I can't get the logics/events to work tho...
i know this is very confusing and all but if you have any suggestions or solutions.. i'll be very grateful.