ChrisLeicester
Member
- Local time
- Today, 21:32
- Joined
- Feb 14, 2025
- Messages
- 33
Hi All
I am working on a POS/orders system and have a transaction main form, and transaction items subform.
I have a barcode reader which looks up the products. An example could be;
Duck, 1, £1.50
Duck, 1, £1.50
Chicken, 1 £2.00
Chicken, 1, £2.00
Chicken, 1, £2.00
Currently, my subform would list this as 5 records, and 5 lines on a continuous form.
I would like to change the subform to calculate and group the products, I.e.
Duck, 2, £3.00
Chicken, 3, £6.00
Very easy on a report, but not on a form as they don't do grouping.
How could this be achieved
Thanks
I am working on a POS/orders system and have a transaction main form, and transaction items subform.
I have a barcode reader which looks up the products. An example could be;
Duck, 1, £1.50
Duck, 1, £1.50
Chicken, 1 £2.00
Chicken, 1, £2.00
Chicken, 1, £2.00
Currently, my subform would list this as 5 records, and 5 lines on a continuous form.
I would like to change the subform to calculate and group the products, I.e.
Duck, 2, £3.00
Chicken, 3, £6.00
Very easy on a report, but not on a form as they don't do grouping.
How could this be achieved
Thanks