I have a report that has 2 footers for the same "field" (Agency). I want a separate footer for each, because I need to add logos/other agency-specific, non-Db info for each of them.
I have a "main" query that is pulling the data records, & I have all of my formulas in place for the appropriate calculations.
I need (I think!) something for the On Format property of each footer to tell it that, for footer 1 I want to select only those records from the query where the agency = AgencyName
I know you can do SELECT statements in the VBA, but I can't seem to find the format.
Am I on the right track, or is there a better way to do this?
Thanks!
I have a "main" query that is pulling the data records, & I have all of my formulas in place for the appropriate calculations.
I need (I think!) something for the On Format property of each footer to tell it that, for footer 1 I want to select only those records from the query where the agency = AgencyName
I know you can do SELECT statements in the VBA, but I can't seem to find the format.
Am I on the right track, or is there a better way to do this?
Thanks!