Little more complicated that the subject!
I need to be able to COUNT the number of records in a table (or query) with 2 bits of criteria
I am fine with formulas in Excel, but the workbook I have created is rather large and could easily become too cumbersome.
Here's an example of the formula I have in Excel;
=SUM((BU_Data_Wk!$P$1:$P$20000=B$1)*(BU_Data_Wk!$K$1:$K$20000=$A5))
Where Cell [/color]=B$1 is an originating group and Cell $A5 is an Item that the originating group may have raised a ticket against.
Has anyone built an expression within a Database Form's control that would achieve a similar outcome?
If not, which expression(s) do you think I would need to consider?
Thanks in advance!
Warren Bennet
Wannabe Programmer.
Check out my other vocation;
I need to be able to COUNT the number of records in a table (or query) with 2 bits of criteria
I am fine with formulas in Excel, but the workbook I have created is rather large and could easily become too cumbersome.
Here's an example of the formula I have in Excel;
=SUM((BU_Data_Wk!$P$1:$P$20000=B$1)*(BU_Data_Wk!$K$1:$K$20000=$A5))
Where Cell [/color]=B$1 is an originating group and Cell $A5 is an Item that the originating group may have raised a ticket against.
Has anyone built an expression within a Database Form's control that would achieve a similar outcome?
If not, which expression(s) do you think I would need to consider?
Thanks in advance!
Warren Bennet
Wannabe Programmer.
Check out my other vocation;