How do I make a call to another query to do a Sum of all the Q1's that equals 1? Currently the Record source for the report is one query qManagers and this gives me 90% of the data that I need and I also need results from another query called qEnterpriseQuery.
Here is what I was thinking, but it is not working?
Thanks,
Darkhat01
Here is what I was thinking, but it is not working?
Code:
=Sum(Abs(qEnterpriseQuery!Q1=1))
Thanks,
Darkhat01