J
Jason
I am trying to generate the following information and I could really use some
help with it.
I have a Qry called [Qry_Pt Satisfaction Points Counter] and it contains
several fields [B2] [b3] [c2] etc 20 in total. each field is either Null or
contains a number 1-5. I need to know how many 1's,2's,3's,4's,5's there are
for each field. Here is how I hope I can get the final result to look.
1s 2s 3s 4s 5s
_______________________________________________
B2 0 4 6 2 10
b3 2 4 12 45 21
I hope this makes sense
thank you Jason
help with it.
I have a Qry called [Qry_Pt Satisfaction Points Counter] and it contains
several fields [B2] [b3] [c2] etc 20 in total. each field is either Null or
contains a number 1-5. I need to know how many 1's,2's,3's,4's,5's there are
for each field. Here is how I hope I can get the final result to look.
1s 2s 3s 4s 5s
_______________________________________________
B2 0 4 6 2 10
b3 2 4 12 45 21
I hope this makes sense
thank you Jason