T
tmdrake
My question comes in two parts:
Part 1 - I have a Form with a subform (main subform) what when you double
click on a field in the subform another subform puts up. On that second
subform it sums the "Projected_Man_Hours" in a text box and
"Actual_Man_Hours" in another text box in the footer of the subform.
I would like to transfer the values from the two text boxes on the
second subform to two text boxes on the "Main subform" then two the Main Form.
To transfer the values for the second subform to the Main subform I am
using
=frmHour_Worked_subform![Projected_Man_Hours]!Form!Project_Staffing_Resources_subform
I am also most positive this is wrong. Please help.
Part 2: I am trying to have the second subform export to excel. Not sure
what path to take by using a command button. Please Help.
Part 1 - I have a Form with a subform (main subform) what when you double
click on a field in the subform another subform puts up. On that second
subform it sums the "Projected_Man_Hours" in a text box and
"Actual_Man_Hours" in another text box in the footer of the subform.
I would like to transfer the values from the two text boxes on the
second subform to two text boxes on the "Main subform" then two the Main Form.
To transfer the values for the second subform to the Main subform I am
using
=frmHour_Worked_subform![Projected_Man_Hours]!Form!Project_Staffing_Resources_subform
I am also most positive this is wrong. Please help.
Part 2: I am trying to have the second subform export to excel. Not sure
what path to take by using a command button. Please Help.