R rkrause Registered User. Local time Today, 08:53 Joined Sep 7, 2007 Messages 343 May 20, 2008 #1 I have have 2 text boxes. In text box i want to get this value: Sum(Val([NewAmt])) in the 2nd text box i want to display the value from text box 1 how do i go about setting these textboxes thanks
I have have 2 text boxes. In text box i want to get this value: Sum(Val([NewAmt])) in the 2nd text box i want to display the value from text box 1 how do i go about setting these textboxes thanks
O odin1701 Registered User. Local time Today, 09:53 Joined Dec 6, 2006 Messages 526 May 20, 2008 #2 Well the 2nd text box would simply set the data source to: =[txtBox1].[Value] For the first one...not sure what you're trying to do with the Sum, etc. Continuous form and text boxes in a footer?
Well the 2nd text box would simply set the data source to: =[txtBox1].[Value] For the first one...not sure what you're trying to do with the Sum, etc. Continuous form and text boxes in a footer?