I have a table that has prescription information. The patient may be repeated more than once. Using I run two queries that count the dollar amount and the other filters out unique patients so I get unqie patients and total billed. Must I always have two queries or is there any other way, i.e. one query? that counts unique patients and sums billed expenditures.