I have a patient table name "PATIENTS" and contains 3 fields:
CLIENT
PATIENT ID
SALES
Using access, because I don't know SQL, how do I group the Client, counting unique patients and summing sales. The patient may be in there twice for two different sales. I've been trying DCOUNT but having problems. Any suggestions.
CLIENT
PATIENT ID
SALES
Using access, because I don't know SQL, how do I group the Client, counting unique patients and summing sales. The patient may be in there twice for two different sales. I've been trying DCOUNT but having problems. Any suggestions.