S
Samuel
All,
Is there a way to do a running total on a control whose control source
is a calculated field?
There is a groupheader0 in this form.
Example
Sam
Payment: 10.00
Payment: 12.00
Total : 22
Juan
Payment: 15.00
Total: 15.00
The control which displays the payment value is a complex calculated
field based off other items on the report.
It is not possible to do the calculations within the limited
capabilites of MS-Access Query. If it was a SQL Server (no chance of
that happening), I could do the calculations within query using T-SQL
if then statements.
Thanks,
Sam
Is there a way to do a running total on a control whose control source
is a calculated field?
There is a groupheader0 in this form.
Example
Sam
Payment: 10.00
Payment: 12.00
Total : 22
Juan
Payment: 15.00
Total: 15.00
The control which displays the payment value is a complex calculated
field based off other items on the report.
It is not possible to do the calculations within the limited
capabilites of MS-Access Query. If it was a SQL Server (no chance of
that happening), I could do the calculations within query using T-SQL
if then statements.
Thanks,
Sam