Hello everyone,
I am having all sorts of trouble trying to calculate my data correctly in my subform.
The subform is a continuous form that allows me to select as many labor operations as needed and calculate the cost.
I want to be able to set my labor rate in the forms header and keep that value for all records.
Currently, it resets to null on each new operation that I add.
I tried to add an unbound text box to set the value and then set my LaborCost field to equal the value in that text box.
The problem with that is it kept that value on all new records on the main form.
The other issues I am having is updated all the values on the form.
I want it to update in real time when any of the values are changed in the form, but can't seem to get anywhere close on that task.
I have attached my database for anyone to add any input.
G3 Machining Database_11_19_16211.zip
Thanks in advance!
Brandon