G
Guest
Hi, I am using the following query (called "site_data_query") as data in a
report. I have included in the report a label "total records" next to which I
would like a number indicating the records from the query, in this case "8".
I tried this by inserting a textbox next to the label, then for its control
source in its properties box I typed this:
=Sum(Count([site_data_query]![musym]))
The result of which is "#error". Any help on how I can do this??
musym Site UserSite Comp ID
38E 451 052033 a
38E 604 061023 b
38E 610 061040 a
38E 611 061042 a
38E 612 061043 a
38E 615 061048 a
38E 617 061050 b
38E 618 061051 a
report. I have included in the report a label "total records" next to which I
would like a number indicating the records from the query, in this case "8".
I tried this by inserting a textbox next to the label, then for its control
source in its properties box I typed this:
=Sum(Count([site_data_query]![musym]))
The result of which is "#error". Any help on how I can do this??
musym Site UserSite Comp ID
38E 451 052033 a
38E 604 061023 b
38E 610 061040 a
38E 611 061042 a
38E 612 061043 a
38E 615 061048 a
38E 617 061050 b
38E 618 061051 a