G
Gaetanm via AccessMonster.com
I have a form and 2 subforms
Main form [Job Sheet 1]
Sub 1 [Time Table Form]
Sub 2 [Work_hours_sub]
On my main form I have a text box called text125
I want it to give me total from Sub1 + Sub2
{SUB1} =[Time Table form].Form!Text22
{SUB2} =Work_hours_sub.Form!Sub_time_total
Each of the above will bring up its data into text125
INDEPENDENTLY of each other.
I would like to combine both of these into text 125 But I just
Don’t seem to be able to get it
=([Time Table form].Form!Text22 + Work_hours_sub.Form!Sub_time_total
Any Ideas?
Gaetanm
Main form [Job Sheet 1]
Sub 1 [Time Table Form]
Sub 2 [Work_hours_sub]
On my main form I have a text box called text125
I want it to give me total from Sub1 + Sub2
{SUB1} =[Time Table form].Form!Text22
{SUB2} =Work_hours_sub.Form!Sub_time_total
Each of the above will bring up its data into text125
INDEPENDENTLY of each other.
I would like to combine both of these into text 125 But I just
Don’t seem to be able to get it
=([Time Table form].Form!Text22 + Work_hours_sub.Form!Sub_time_total
Any Ideas?
Gaetanm