Summing Multiple Records asigned to one ID

R

Richard

Hello All,

I created a order form and attached a sub form for products as shown below.
Also each form has its own table.

Main order form\ Order table:
• Customer name
• Order ID (Autonumber/Primary ID)
• Order date
• Ship date

Attached Products Subform\ Products table
• Commodity
• Size
• Style
• Variety
• Quantity
• Cost
• COM_ID (Autonumber/Primary ID)

I then created a report that prints this information out in our invoice
format. On this report I need to sum the quantity and price of products
ordered on a given order. How do I total the quantity and cost for each
order when I have multiple records(Products) for each order?

Thanks for your help!
 
K

KARL DEWEY

Have a footer in your report at the level you want to sum to and insert
unbound text box with source =Sum([YourFieldToSum])
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top