I have a combo box with 3 values(rock, sand, Dirt). I have a tons box in which to input tonage. At the bottom of the form I have the totals boxes(sand, rock, dirt). I forgot to mention the combo box is in a sub form in datasheet view. I can get it to add every thing in the tons text box, but I can't figure out how to get the totals for each textbox totals(sand, dirt, rock).
here is what I got now:
tons total: =Forms!frmlogSheet!subfrmLogSheet.Form![Ton Total]
Then in the sub form a hidden txtbox: =Sum([Tons])
Thanks
zypha
Happy Easter
here is what I got now:
tons total: =Forms!frmlogSheet!subfrmLogSheet.Form![Ton Total]
Then in the sub form a hidden txtbox: =Sum([Tons])
Thanks
zypha
Happy Easter