View Full Version : highest values??


bendiver
08-11-2001, 05:06 AM
i have a query that has values for account balances, the query consists of balance amount, account id. I need to find the lowest value for each account so each account only has one balance that is the lowest existing balance.

Rich
08-11-2001, 05:14 AM
Group By Id Min AccBal from a totals query
HTH