bricklebrit
Registered User.
- Local time
- Today, 21:59
- Joined
- Feb 10, 2002
- Messages
- 41
Hello,
I'm trying to create a form that contains a subform to create the subtotal, shipping, and total cost in the main form.
Could anybody direct me on how to do this - I keep getting #error!
My values should be:
Subtotal should be =Sum([price]) from the subform OrderDetails
Total should be =Sum(Sum([price]+[FreighCharge]))
the [price] value is from the subform [orderDetails] and the [FreightCharge] value is preset in the main form [Orders3]
Any possible suggestions on how I could achieve this are appreciate!
Thanks in advance,
Jon
I'm trying to create a form that contains a subform to create the subtotal, shipping, and total cost in the main form.
Could anybody direct me on how to do this - I keep getting #error!
My values should be:
Subtotal should be =Sum([price]) from the subform OrderDetails
Total should be =Sum(Sum([price]+[FreighCharge]))
the [price] value is from the subform [orderDetails] and the [FreightCharge] value is preset in the main form [Orders3]
Any possible suggestions on how I could achieve this are appreciate!
Thanks in advance,
Jon