sk1hotpepr
Technical User
I have an .adp project that I'm trying to create a report for. I have a stored procedure that accepts a parameter. After the procedure runs, I open a report based on what records the stored procedure retrieves. My problem is that I have a report that I want to have a sum based on an id number in a textbox.
This all worked before I upsized to an access project, now I get all errors in the textboxes - this is an example:
=Nz(DSum("ApprovedCost","myBudget","ContractorID = 2"),0).
Is there any way to create sums in the report or is this something i need to do in a sql statement? any help would really be appreciated, i'm at a complete loss.
thanks.
This all worked before I upsized to an access project, now I get all errors in the textboxes - this is an example:
=Nz(DSum("ApprovedCost","myBudget","ContractorID = 2"),0).
Is there any way to create sums in the report or is this something i need to do in a sql statement? any help would really be appreciated, i'm at a complete loss.
thanks.