Similar record merge to one in ms access query

ZKHADI

Member
Local time
Today, 06:31
Joined
Apr 5, 2021
Messages
118
i have a query uploaded pic here.

a customer have multiple items. and as you can see i need to show as one customer and his items sales to sum total. anyone ?
 

Attachments

  • Untitled.png
    Untitled.png
    110.9 KB · Views: 263
Sounds like an aggregate query. Use Sum function. Or build a report and use its Sorting & Grouping features with aggregate calcs. This allows showing detail records as well as summary calcs.
 
on ExtPrice use Sum instead of Group in total row.
 

Users who are viewing this thread

Back
Top Bottom