C
carl
My data looks like this.
Product Sequence#
ABC 1
ABC 2
ABC 2
ABC 3
EFG 1
EFG 1
EFG 2
EFG 2
EFG 2
I am trying to create a qry that will give me a unique count of sequence
numbers for each of my products. Sort of like this:
Product UniqueCount
ABC 3
EFG 2
Thank you in advance.
Product Sequence#
ABC 1
ABC 2
ABC 2
ABC 3
EFG 1
EFG 1
EFG 2
EFG 2
EFG 2
I am trying to create a qry that will give me a unique count of sequence
numbers for each of my products. Sort of like this:
Product UniqueCount
ABC 3
EFG 2
Thank you in advance.