M
maduckie123 via AccessMonster.com
Hi,
I'm looking for the best way to display a calculated value on a form that
will be the summation of multiple records. How do I specifiy to select all
the records -- that match a specific criteria -- and to render a single value
consisting of the sum of those values subtracted from a static number?
In Oracle, I would loop through each record and save the value (via a
"cursor") into a variable and then when no more records were found, the loop
would terminate and the value in the variable would be the value of all the
summed values. Is there a way to do this in VB/MSAccess?
Thanks in advance
I'm looking for the best way to display a calculated value on a form that
will be the summation of multiple records. How do I specifiy to select all
the records -- that match a specific criteria -- and to render a single value
consisting of the sum of those values subtracted from a static number?
In Oracle, I would loop through each record and save the value (via a
"cursor") into a variable and then when no more records were found, the loop
would terminate and the value in the variable would be the value of all the
summed values. Is there a way to do this in VB/MSAccess?
Thanks in advance