Hi Erin,
Each record on your subform has a text box for TotalTravel.
Remove the txtbox called T Total Travel.
To find the sum of TotalTravel for all records on the subform use an unbound
textbox in the header or footer, set its datasource to =Sum([TotalTravel]).
Jeanette Cunningham
> so i have taken care of the #Error issue on the subform, however it is
> not
[quoted text clipped - 28 lines]
>>
>> Thanks in advance
Erin Freeman - 20 Dec 2007 22:49 GMT
Hi Jeanette,
I think I explained that wrong...
Mainform - Work Order
Subform - Travel
Record 1 - Travel To amount = 5.00
Record 2 - Travel To amount = 5.00
Record 3 - Travel To amount = 5.00
Record 4 - Travel To amount = 10.00
Record 5 - Travel To amount = 10.00
I have 5 "Travel" records that belong to my main work order form.
I want to show the total for that one work order for all 5 of the travel
records so
the total i would want to show in the example above in a text box on the
main form would be 35.00.
Thanks in advance
> Hi Erin,
> Each record on your subform has a text box for TotalTravel.
[quoted text clipped - 36 lines]
> >>
> >> Thanks in advance