Hi there. I have created a subform that allows me to add multi line material lists for orders. I have placed the below text field in the footer of the form. When I point it to sum the extendedprice field it kicks back #error
=Sum([extendedprice])
My extendedprice is setup with the following control
=[extendedcost]*0.1+[extendedcost]which shows the amounts fine and accurately for each line item.
The form is currently in form view, the end result when it totals correctly will be come a subform in datasheet view to allow multi line entries joined by one workorder.It's subtotal will be displayed in a linking text field in the main form.
Any ideas on what I did wrong or how to fix it would be most appreciated. Thanks
=Sum([extendedprice])
My extendedprice is setup with the following control
=[extendedcost]*0.1+[extendedcost]which shows the amounts fine and accurately for each line item.
The form is currently in form view, the end result when it totals correctly will be come a subform in datasheet view to allow multi line entries joined by one workorder.It's subtotal will be displayed in a linking text field in the main form.
Any ideas on what I did wrong or how to fix it would be most appreciated. Thanks