buzzboychicago
Programmer
- Sep 20, 2004
- 34
Hi, I have an unbound field in a subform header that I want to have a running total in.
Most people suggest using
=Sum([Quantity] in the field source
But, I'd only like the to be added if another field in that subform meets a certain criteria.
Does anyone know a good way to go about this.
If you are suggesting I use SQL stuff, I don't really understand how to 1) reference the subform in SQL and 2) how to send the final value of the recordset I create to the unbound field.
Lemme know. Thanks ahead of time for your help!