I have a form that a user will enter budget information. They will enter Quantity and unit cost based for each line item listed. That is all they see on the form. This part is done.
This may be very easy, but my programing skills are a little rusty.
My question is I want to be able to update other fields within the same table based on what they entered.
example
They enter Item = 11200001
Quantity = 1
Unit Cost = 500
For that same item,I need:
(these are other fields in the same table)
total cost = Quantity x Unit Cost
FQuantity = (Quantity from above)
BQuantity = (Quantity from above)
FUint Cost = (Unit Cost from above)
BUnit Cost = (Unit Cost from above)
Thanks
Gina
This may be very easy, but my programing skills are a little rusty.
My question is I want to be able to update other fields within the same table based on what they entered.
example
They enter Item = 11200001
Quantity = 1
Unit Cost = 500
For that same item,I need:
(these are other fields in the same table)
total cost = Quantity x Unit Cost
FQuantity = (Quantity from above)
BQuantity = (Quantity from above)
FUint Cost = (Unit Cost from above)
BUnit Cost = (Unit Cost from above)
Thanks
Gina