Hi all,
I am trying to count unique rows in a table without having much luck. I want to use a querry, I have tryed DISTINCTROW, COUNT, and DISTINCT without any luck.
This is what the field that I am trying to count looks like:
NHR\20060814\00005\
NHR\20060814\00005\
NHR\20060814\00005\
NHR\20060814\00006\
NHR\20060814\00007\
NHR\20060814\00007\
NHR\20060814\00008\
NHR\20060814\00008\
NHR\20060814\00008\
So I want 3 returned for the record ending with 00005\, 1 for the record ending with 00006\ and so forth.
How do I acomplish this in access, via a querry?
Thanks
Ed Guardado
I am trying to count unique rows in a table without having much luck. I want to use a querry, I have tryed DISTINCTROW, COUNT, and DISTINCT without any luck.
This is what the field that I am trying to count looks like:
NHR\20060814\00005\
NHR\20060814\00005\
NHR\20060814\00005\
NHR\20060814\00006\
NHR\20060814\00007\
NHR\20060814\00007\
NHR\20060814\00008\
NHR\20060814\00008\
NHR\20060814\00008\
So I want 3 returned for the record ending with 00005\, 1 for the record ending with 00006\ and so forth.
How do I acomplish this in access, via a querry?
Thanks
Ed Guardado