I have a report on which I have a combo box showing text value as open issues and closed issues. What I want to do is on the report in a text box show count of open issues and closed issues separately. Please help
I have a report on which I have a combo box showing text value as open issues and closed issues. What I want to do is on the report in a text box show count of open issues and closed issues separately. Please help
Make a query (Q2) that counts each issue. In your Report query (Q1) add the Q2 but LINK THEM on ISSUE.
Bring the counted fields into the show list and you can now report them.