G
Gaetanm via AccessMonster.com
Hope someone can help on this.
I have an a form with a sub form and I’m trying to get some calculated
results
From my sub to show up in my main form.
The Main Form is Job_Sheet_2
The Sub Form is work_hours_sub
On the sub I have the following fields that are populated from a query. The
criteria for the query comes from a combo box on the main form.
JobID
EmployeeID
StopDate
HundredTime
The following are field that I added
Labor_charge { Fixed Value}
Extended { =[Labor_Charge]*[hundredtime}
In the footer of my Sub I have the following
Text12 { =Sum([extended]) }
On my main form I have a text box that I would like to see the results of
sub text12
fill in.
text154 { =[Work_hours_sub].[Form]![text12] }
The results I get in the txt154 box is #ERROR
Any Ideas?
Gaetanm
I have an a form with a sub form and I’m trying to get some calculated
results
From my sub to show up in my main form.
The Main Form is Job_Sheet_2
The Sub Form is work_hours_sub
On the sub I have the following fields that are populated from a query. The
criteria for the query comes from a combo box on the main form.
JobID
EmployeeID
StopDate
HundredTime
The following are field that I added
Labor_charge { Fixed Value}
Extended { =[Labor_Charge]*[hundredtime}
In the footer of my Sub I have the following
Text12 { =Sum([extended]) }
On my main form I have a text box that I would like to see the results of
sub text12
fill in.
text154 { =[Work_hours_sub].[Form]![text12] }
The results I get in the txt154 box is #ERROR
Any Ideas?
Gaetanm