Hi All,
I am building a database with a data entry (main) form that contains two subforms. My clients would like the data entry/main form to have a calculated field on it that does math across all three forms (i.e. takes value from field on main form, subtracts value from one subform, subtracts multiple values from another subform) and displays the calculated value.
Is it possible to have a text box on the data entry form perform this calculation across three forms? If so, how would I accomplish that? Thanks.