F
f123 via AccessMonster.com
i have a main form containing two subforms (Activity&ActivityContest), where
its a One to Many relationship between Activity&ActivityContest.
Example:
Activity
ID ActivityBudegt
1 1000
2 500
ActivityConstist
ID ActivityID ActivityContistBudget
1 1 700
2 1 300
3 2 500
....
the question is,ActivityBusget is the total sum of ActivityContistBudget for
each ActivityID
i tried many ways but doesnt work with me
any help appreciated
its a One to Many relationship between Activity&ActivityContest.
Example:
Activity
ID ActivityBudegt
1 1000
2 500
ActivityConstist
ID ActivityID ActivityContistBudget
1 1 700
2 1 300
3 2 500
....
the question is,ActivityBusget is the total sum of ActivityContistBudget for
each ActivityID
i tried many ways but doesnt work with me
any help appreciated