text box question

rkrause

Registered User.
Local time
Today, 12:02
Joined
Sep 7, 2007
Messages
343
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
 
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?
 

Users who are viewing this thread

Back
Top Bottom