Hi,
I made a query out of my database. The query consist of 2 columns (BudgetYear, Expense).In the BudgetYear column there are more then one of the same budget years (like 10 times 2005 etc). Because there are more expenses in one BudgetYear!
What I wanna do is : The user fills in a start year end an end year.
For every BudgetYear between the start year and end year I wanna count the Expense, like 2005 gives a total of 1000. And that's what I wanna display in a linegraph, for every BudgetYear the total Expense of that BudgetYear.
Is this possible in Access or only in VBA (writing code) ?
Please let me know how !
And how can I arrange the X and Y axis of the graph in VBA, perhaps it's also possible to select the range of the Y-axis automatically according to the maximum possible value of the total Expense of all the budgetyears.
Thx
I made a query out of my database. The query consist of 2 columns (BudgetYear, Expense).In the BudgetYear column there are more then one of the same budget years (like 10 times 2005 etc). Because there are more expenses in one BudgetYear!
What I wanna do is : The user fills in a start year end an end year.
For every BudgetYear between the start year and end year I wanna count the Expense, like 2005 gives a total of 1000. And that's what I wanna display in a linegraph, for every BudgetYear the total Expense of that BudgetYear.
Is this possible in Access or only in VBA (writing code) ?
Please let me know how !
And how can I arrange the X and Y axis of the graph in VBA, perhaps it's also possible to select the range of the Y-axis automatically according to the maximum possible value of the total Expense of all the budgetyears.
Thx