Selective sum of field on form.

pekajo

Registered User.
Local time
Today, 23:28
Joined
Jul 25, 2011
Messages
136
Hi,
I have a form with two field [IncChk] and [IncTotal].
[IncChk] is a Yes/No field
[IncTotal] is a number.
My question is I want to mark a couple of rows on the form and display the Sum of the selected rows only, in a textbox on the form.

Any ideas?
Thanks
Peter
 
Not the most efficient, but one way to do it is to add a yes/no field to the table and then use DSum() on your form.
 
can you use Continuous Form?
 

Attachments

Users who are viewing this thread

Back
Top Bottom