M
mr_doles
I am very new to access so this will probably be a very easy question
to answer:
I have a table with a profit field. On my form I have five fields
(purchase_price, sold_price, allowed_shipping, actual_shipping, and
commision) and the total profit field. I changed the Control Source
for the profit field to be
=([sold_price]+[allowed_shipping])-([purchase_price]+[actual_shipping]+[commision]).
The problem is since the control source is different when I save the
record it does not update the profit field in the table.
to answer:
I have a table with a profit field. On my form I have five fields
(purchase_price, sold_price, allowed_shipping, actual_shipping, and
commision) and the total profit field. I changed the Control Source
for the profit field to be
=([sold_price]+[allowed_shipping])-([purchase_price]+[actual_shipping]+[commision]).
The problem is since the control source is different when I save the
record it does not update the profit field in the table.