G
Guest
am particularly dim this morning..... have simple table with field that is a
Ref that varies:
Ref
1
1
1
2
2
3
3
and I need to add a count-by-ref using query :
Ref Count
1 1
1 2
1 3
2 1
2 2
3 1
5 1
5 2
it's not Sum, it's not Count.....
adding a counter table with no join results in total count table for each
ref....
just kind of dense on this at the moment....help!!
Ref that varies:
Ref
1
1
1
2
2
3
3
and I need to add a count-by-ref using query :
Ref Count
1 1
1 2
1 3
2 1
2 2
3 1
5 1
5 2
it's not Sum, it's not Count.....
adding a counter table with no join results in total count table for each
ref....
just kind of dense on this at the moment....help!!