Hello all. I have learned much from this site, thank you.
I am trying to creat a report that summarizes many tables/queries. If I can get this to work, I would like to have 15 or 20 items shown as a 'snapshot' of activity. I wish there was (is there?) a way to access the reccordcount displayed at the bottom of a viewed query and plug it into a report.
Heres what I have found so far.
If I create a bound report and place a hidden text box in detail sec. =Sum(Abs([ssn]<>"")) and then in footer a text box to refer to that value I get a correct total.
My problem is trying to add totals from more than one table/query. I have tried the following with bound and unbound reports without luck.
Trying to specify the source table/query
=Sum(Abs([individuals_1001]![ssn]<>""))
and
Trying to use dlookup:
dlookup("Sum(Abs([ssn]<>""))","individuals_1001")
and many variations of the above.
Thanks in advance.
ps: picture a cardboard sign... 'will trade fish tank answers for Access answers'
ken
I am trying to creat a report that summarizes many tables/queries. If I can get this to work, I would like to have 15 or 20 items shown as a 'snapshot' of activity. I wish there was (is there?) a way to access the reccordcount displayed at the bottom of a viewed query and plug it into a report.
Heres what I have found so far.
If I create a bound report and place a hidden text box in detail sec. =Sum(Abs([ssn]<>"")) and then in footer a text box to refer to that value I get a correct total.
My problem is trying to add totals from more than one table/query. I have tried the following with bound and unbound reports without luck.
Trying to specify the source table/query
=Sum(Abs([individuals_1001]![ssn]<>""))
and
Trying to use dlookup:
dlookup("Sum(Abs([ssn]<>""))","individuals_1001")
and many variations of the above.
Thanks in advance.
ps: picture a cardboard sign... 'will trade fish tank answers for Access answers'
ken