Red6
Registered User.
- Local time
- Today, 17:26
- Joined
- Jan 9, 2003
- Messages
- 28
This refers to a basic Customers / Orders database.
I have a form Orders, with a subform Order Details, the order details subform has a field called ReSaleValue
The Orders form has a field called Order Value, which I want to be populated by the sum of the ReSaleValue from each order.
I have created a qry called ReSale Totals, which sums and returns the total value for each order based on the ReSaleValue.
I have tried to make the control source of the field 'Order Value' on the Orders form, to be populated (using the expressions function) from the ReSale Totals qry but it just shows #Name? in the field when the Orders form is displayed.
Any help would be appreciated
Thanks
Ian
I have a form Orders, with a subform Order Details, the order details subform has a field called ReSaleValue
The Orders form has a field called Order Value, which I want to be populated by the sum of the ReSaleValue from each order.
I have created a qry called ReSale Totals, which sums and returns the total value for each order based on the ReSaleValue.
I have tried to make the control source of the field 'Order Value' on the Orders form, to be populated (using the expressions function) from the ReSale Totals qry but it just shows #Name? in the field when the Orders form is displayed.
Any help would be appreciated
Thanks
Ian