Hello everyone, i got a quick question. Seems difficult to me, but it probably is not.
I want to have the count of certain records be returned to me on a report. Basically, i have a unique number that i input for each record (ABC15723652, CLG17893215). each one is 3 alpha, then 8 numeric characters. I eventually want a report that will tell me the number of ABC records, and the number of CLG records.
like this:
ABC = 7
CLG = 5
I don't care about what the number behind the alpha character is, so i know i will have to use a wildcard, but i need to find the count of the records.
Any help would be appreciated, i hope i explained simple enough.
Thanks
BionicMan
I want to have the count of certain records be returned to me on a report. Basically, i have a unique number that i input for each record (ABC15723652, CLG17893215). each one is 3 alpha, then 8 numeric characters. I eventually want a report that will tell me the number of ABC records, and the number of CLG records.
like this:
ABC = 7
CLG = 5
I don't care about what the number behind the alpha character is, so i know i will have to use a wildcard, but i need to find the count of the records.
Any help would be appreciated, i hope i explained simple enough.
Thanks
BionicMan