WillShakespeare
MIS
Okay,
assuming no one can help with the other thread, I have copied the DB and am trying a different tack. Added to the Job_ID/Product_ID link table I have added the column Job_Price.
This column would hold the price of that prduct for a specific Job_ID.
The problem I have now is how do I update it? I want to do it automatically.
If you create a new Job and select a product in the subform, the DB should automatically multiply the unit price by the area/perimeter and place this value in the Job_Price field. That way I can use DSum in order to sum these values, and solve my problem.
Can anyone help? Or am I making it overly complicated?
Will
assuming no one can help with the other thread, I have copied the DB and am trying a different tack. Added to the Job_ID/Product_ID link table I have added the column Job_Price.
This column would hold the price of that prduct for a specific Job_ID.
The problem I have now is how do I update it? I want to do it automatically.
If you create a new Job and select a product in the subform, the DB should automatically multiply the unit price by the area/perimeter and place this value in the Job_Price field. That way I can use DSum in order to sum these values, and solve my problem.
Can anyone help? Or am I making it overly complicated?
Will