mytaurus2000
Technical User
I have a report called rptPrimaryPurpose. On the report I have grouped by topics (Education,employment,communityliving)
For each topic I have counted the purpose and displayed.
In the grouping's footer I have a Total, so the report reads:
Education
Like 1
Dislike 4
Don't Know 3
Total 8
I need to calculate performance measure so I have a query that selects on Likes and Dislikes adds them. I want to reference this field from my query and place in current report so it would read as follows
Education
Like 1
Dislike 4
Don't Know 3
Total 8
Performance 5
How can I reference Performance from my query on the current report, I receive an error when I try
The report control source is qryPrimaryPurpose, but Performance is from qryPurposePerformance.
For each topic I have counted the purpose and displayed.
In the grouping's footer I have a Total, so the report reads:
Education
Like 1
Dislike 4
Don't Know 3
Total 8
I need to calculate performance measure so I have a query that selects on Likes and Dislikes adds them. I want to reference this field from my query and place in current report so it would read as follows
Education
Like 1
Dislike 4
Don't Know 3
Total 8
Performance 5
How can I reference Performance from my query on the current report, I receive an error when I try
The report control source is qryPrimaryPurpose, but Performance is from qryPurposePerformance.