Hi All,
I have a field called TotalKitCost, and on another form called "Equipment" i have an unbound text box with a control source of =SUM([TotalCost]) that text box totals all the amounts and displays the information in the form footer. Instead of manually entering that information in another field i would like it to take that data and display in my field TotalKitCost. Usually i would set the source as =Forms!NameOfMainTable!NameOfField however as this is an unbound text box and the data is not saved in a table i am unsure how to set the field to duplicate the data. Any ideas greatly appreciated.
I have a field called TotalKitCost, and on another form called "Equipment" i have an unbound text box with a control source of =SUM([TotalCost]) that text box totals all the amounts and displays the information in the form footer. Instead of manually entering that information in another field i would like it to take that data and display in my field TotalKitCost. Usually i would set the source as =Forms!NameOfMainTable!NameOfField however as this is an unbound text box and the data is not saved in a table i am unsure how to set the field to duplicate the data. Any ideas greatly appreciated.