I am new to access and trying to do two calculation in my query.
TestType CountResults
Test1 05
Test2 15
Test3 20
I am using Groupby for Testtype and Count for Countresults
How do I get total for countresults (countresults is not a field on my table) and then get percentages by test.
Thank you for any assistance,
Newbie
TestType CountResults
Test1 05
Test2 15
Test3 20
I am using Groupby for Testtype and Count for Countresults
How do I get total for countresults (countresults is not a field on my table) and then get percentages by test.
Thank you for any assistance,
Newbie
Comment