I am having a hard time getting a sum without an #error.
I have a query named Qry_orderdetails. Within it there is a field called ExtendedPrice, where I have an expression as ...
ExtendedPrice: ([Quantityordered]*[vpPrice])
The form for this query is in datasheet view and is being used as a subform on the main form called OrderForm. I have already put an unbound textbox in the footer of the subform and tried =Sum([extendedprice]). I got it to work one time, changed absolutely nothing, then it gave me the #error. I remade the query, re-did the calculation and expressions etc, then the sum worked...and again changed nothing and soon after it quit working again.
Is this just a terrible way to go about getting a sum?? I dont understand why it would work and then suddenly stop working.
Anyone have any ideas or suggestions?
I have a query named Qry_orderdetails. Within it there is a field called ExtendedPrice, where I have an expression as ...
ExtendedPrice: ([Quantityordered]*[vpPrice])
The form for this query is in datasheet view and is being used as a subform on the main form called OrderForm. I have already put an unbound textbox in the footer of the subform and tried =Sum([extendedprice]). I got it to work one time, changed absolutely nothing, then it gave me the #error. I remade the query, re-did the calculation and expressions etc, then the sum worked...and again changed nothing and soon after it quit working again.
Is this just a terrible way to go about getting a sum?? I dont understand why it would work and then suddenly stop working.
Anyone have any ideas or suggestions?