I have a table name “proposals”
I have a query name “proposals query”
I have a form name “proposal”
In the query I have a field “Financed Price: Round([price]+[addons],0)” because I needed it to calculate.
The field “financed price” in the table is not update withthe information added to the field in the form which is created using thequery. The form and query works greatand calculates correctly but how do I get the field “financed price” in thetable to update .
Thank You
Angie