Adam McReynolds
Registered User.
- Local time
- Today, 00:28
- Joined
- Aug 6, 2012
- Messages
- 129
I am looking to get a query to show my list of customers "Grouped By" [CustomerName], that show only the single [CurrentBalance] field for each customer based on the "Last or Highest" [RecordID].
Also, each customer can have up to 4 different [StockType]'s but at least 1 [StockType].So my results would look like this:
[CustomerName] - [StockType] - [CurrentBalance]
Customer#1 StockType#1 5
Customer#1 StockType#2 4
Customer#2 StockType#1 5
Customer#3 StockType#1 5
Any Help would be much appreciated. Thanks.
Edit: A picture of what my results would look like has been added.
Also, each customer can have up to 4 different [StockType]'s but at least 1 [StockType].So my results would look like this:
[CustomerName] - [StockType] - [CurrentBalance]
Customer#1 StockType#1 5
Customer#1 StockType#2 4
Customer#2 StockType#1 5
Customer#3 StockType#1 5
Any Help would be much appreciated. Thanks.
Edit: A picture of what my results would look like has been added.
Attachments
Last edited: