D
DimmickT
I am creating a billing form that runs off of a table. The table has a
lookup field that looks up values in another table. I have the list box in
the form and then several bound text boxes to get the other data in that
table to appear as well ie cost description, price and unit of measure. I
also have a field from another field that pulls the quantity in from another
open form, then I have a text box "Total charges" that multiplies quantity x
unit price to get the total. I would like the calculated info to store in a
field of my table titled "Total Charges". The form works exactly how I want
except when I leave that form to return to the main form the value disappears
and does not store in the table. What am I doing wrong?
lookup field that looks up values in another table. I have the list box in
the form and then several bound text boxes to get the other data in that
table to appear as well ie cost description, price and unit of measure. I
also have a field from another field that pulls the quantity in from another
open form, then I have a text box "Total charges" that multiplies quantity x
unit price to get the total. I would like the calculated info to store in a
field of my table titled "Total Charges". The form works exactly how I want
except when I leave that form to return to the main form the value disappears
and does not store in the table. What am I doing wrong?