B
Bill B.
Hello,
I have a query that returns these results for me:
Badge No DepLastName DepFirstName
11111 Smith Mary
11111 Smith Joe
22222 Brown Bill
22222 Brown Mary
22222 Brown Jack
I need to count the dependents that are linked to each Badge No so my
results look like this
Badge No Count DepLastName DepFirstName
11111 1 Smith Mary
11111 2 Smith Joe
22222 1 Brown Bill
22222 2 Brown Mary
22222 3 Brown Jack
I don't have much experience with modules and functions to accomplish this.
Is there anyway this can be done. Thanks!
Bill B.
I have a query that returns these results for me:
Badge No DepLastName DepFirstName
11111 Smith Mary
11111 Smith Joe
22222 Brown Bill
22222 Brown Mary
22222 Brown Jack
I need to count the dependents that are linked to each Badge No so my
results look like this
Badge No Count DepLastName DepFirstName
11111 1 Smith Mary
11111 2 Smith Joe
22222 1 Brown Bill
22222 2 Brown Mary
22222 3 Brown Jack
I don't have much experience with modules and functions to accomplish this.
Is there anyway this can be done. Thanks!
Bill B.