Looking for guidance on how best to do the following:
I have frmServiceHeader and a sub form sfrmServiceDetail.
frmSeriveHeader has various information including the TaxRate and LaborRate for the particular customer.
When I add a Row to the sfrmServiceDetail, I want to enter thing like Labor Hrs and Parts total and then
have the system pull in the Labor Rate and Tax Rate from the frmServiceHeader form, save that info to the detail row,
and finally do some math.
What is the best way to pull in the two field from the header form when adding a row to the detail form?
Thanks in Advance
I have frmServiceHeader and a sub form sfrmServiceDetail.
frmSeriveHeader has various information including the TaxRate and LaborRate for the particular customer.
When I add a Row to the sfrmServiceDetail, I want to enter thing like Labor Hrs and Parts total and then
have the system pull in the Labor Rate and Tax Rate from the frmServiceHeader form, save that info to the detail row,
and finally do some math.
What is the best way to pull in the two field from the header form when adding a row to the detail form?
Thanks in Advance