Combine and sum data from a form to a report

Igt

New member
Local time
Yesterday, 18:56
Joined
Jan 23, 2025
Messages
1
The data for this form is coming from one query.

I have a list box that shows all Lot_ID records and one can select multiple.

I then have a button that brings up a form that only brings the records where the Lot_ID matches the selections.
Next i want to combine only the fields Name, WidthString, LengthString, MaterialName, and QTY (SUM).

As you can see in form there are several lines where all 5 fields match, but they're done combined since Lot_ID is different.
From this form, i want to create a report that combined these 5 fields and sum's QTY but ignores Lot_ID

1737670616598.png

1737671796436.png


1737670552865.png




1737672031073.png



1737670763207.png
 
Last edited:
Whether you're showing lot ID or not, you're grouping on it. Why not take it out of the query?
 

Users who are viewing this thread

Back
Top Bottom