G
Guest
I have a form that is based on a table called "Data"
In this form I have a lookup column that has 3 choices: Return To
Inventory, Return To Customer and Scrap/Rework that is based on a table
called "Item"
I want when either Return To Inventory or Return To Customer is selected to
autofill the next field called "ValueOfRework" to 0 but if Scrap/Rework is
selected I want it to fill in the ValueOfRework with the result of 3 previous
entered fields on the form.
FreightCosts+(QuantityReturned*UnitCost)
The result of either selections must show on the form but also be recorded
into the underlying table in the ValueOfRework field.
I know there may be other solutions, but I have the whole thing done and
really don't want to start writing more queries etc. This was just an after
thought that will make entering information into form faster and easier.
In this form I have a lookup column that has 3 choices: Return To
Inventory, Return To Customer and Scrap/Rework that is based on a table
called "Item"
I want when either Return To Inventory or Return To Customer is selected to
autofill the next field called "ValueOfRework" to 0 but if Scrap/Rework is
selected I want it to fill in the ValueOfRework with the result of 3 previous
entered fields on the form.
FreightCosts+(QuantityReturned*UnitCost)
The result of either selections must show on the form but also be recorded
into the underlying table in the ValueOfRework field.
I know there may be other solutions, but I have the whole thing done and
really don't want to start writing more queries etc. This was just an after
thought that will make entering information into form faster and easier.