Have a form frmJobs with a set of separate subforms to calculate total costs of materials, labour etc.
I'm bringing the subtotals from each subform into unbound fields on the main form, by setting the sources like this
Field : ubdMaterials
Source : forms!frmJobs.sfmMaterials.form.TotalMaterialCost
This is fine. I now want to use these subtotals elsewhere so is there a best way of transferring them to bound fields?
I've tried putting the bound fields on the main form then using the Close or Current events to do the updating but it's not entirely satisfactory.
I'm bringing the subtotals from each subform into unbound fields on the main form, by setting the sources like this
Field : ubdMaterials
Source : forms!frmJobs.sfmMaterials.form.TotalMaterialCost
This is fine. I now want to use these subtotals elsewhere so is there a best way of transferring them to bound fields?
I've tried putting the bound fields on the main form then using the Close or Current events to do the updating but it's not entirely satisfactory.