View Full Version : call me stupid but hey how do I get the sum of??


grayth
05-26-2001, 08:21 PM
Ok I know this is easy for you access wizards but for a newbie like me hey this is tricky. Ok how do I display on a form the total of say all the payments my client has made?

Please and thank You

D B Lawson
05-27-2001, 02:42 AM
Create an unbound text box on the form that has the payment details and in the control source put:

=Sum([paymentfieldname])