T
Tim S
Currently I have two queries in Access that provide info
on field offices.
query1 below tells me the number of stores rated 1,2,3,or4
for the "stores" managed by a field office. for example
Field Office Champ has ten 1 rated stores, thirty 2 rated
stores, three 3 rated stores and two 4 rated stores.
query2 below tells me the number of stores managed by each
field office. Champ manages 55 stores in total.
currently I export both of these queries to excel and then
calculate for each office the percent that are rated
1,2,3, or 4. Champ would have 18.18% of its stores rated 1
What I would like to do is have access do the percentage
calculation. how would I do this?????
Query1 is a cross tab query
query1
Field Office 1 2 3 4
Champ 10 30 3 2
Cinn 17 23 3
Clev 5 15 3 2
C-North 11 20 9 1
C-South 13 17 4
query2 is a select query
query2
Field Office CountOfCHARTER
Champ 55
Cinn 45
Clev 29
C-North 42
C-South 40
on field offices.
query1 below tells me the number of stores rated 1,2,3,or4
for the "stores" managed by a field office. for example
Field Office Champ has ten 1 rated stores, thirty 2 rated
stores, three 3 rated stores and two 4 rated stores.
query2 below tells me the number of stores managed by each
field office. Champ manages 55 stores in total.
currently I export both of these queries to excel and then
calculate for each office the percent that are rated
1,2,3, or 4. Champ would have 18.18% of its stores rated 1
What I would like to do is have access do the percentage
calculation. how would I do this?????
Query1 is a cross tab query
query1
Field Office 1 2 3 4
Champ 10 30 3 2
Cinn 17 23 3
Clev 5 15 3 2
C-North 11 20 9 1
C-South 13 17 4
query2 is a select query
query2
Field Office CountOfCHARTER
Champ 55
Cinn 45
Clev 29
C-North 42
C-South 40