VirginiaMan
MIS
I am using Access 2003 and am creating a report. The report will have about 400 fields/calculations on it. Since the report must display so much data, I did not want to populate the fields using domain aggregate functions such as: DSum("Balance","LoanTable"). Is there a way to populate fields on a report using SQL? Or can I create custom VBA functions (maybe using SQL) to return values to the fields? Domain aggregate functions may be the best way to go, but I am not sure. Anyone have advice?