G
Gary B
MASTER
Table: CHARGES
Fields: ChargesKey, ChargesDate
DETAIL
Table: SERVICES
Fields: ServicesKey, ServicesDate, SalesRep
I need to return the Count of CHARGES(ChargesKey) for each SalesRep
Thank you.
Table: CHARGES
Fields: ChargesKey, ChargesDate
DETAIL
Table: SERVICES
Fields: ServicesKey, ServicesDate, SalesRep
I need to return the Count of CHARGES(ChargesKey) for each SalesRep
Thank you.