Microsoft
Software
Hardware
Network
Question : Access reporting
I have a table where I record regional information against the count of attempts of certain trainees. The information is stored in my database by first selecting a region from a dropdown, then selecting a trainee type from a second dropdown and finally entering the number of individuals in that particular cross-reference of the matrix. This works well, however, when I run a report based on a crosstab query, I have separate rows for each trainee type and region. What I would like to do is display my information so that if a region is common to more than one trainee types it only displays the region as a single row with the relevant data.
Answer : Access reporting
This is a function of the Crosstab query
So it seems that you will need to Group by the "Unique" Region in the crosstab query, or in the Report, to resolve this issue.
can you contact the person who created the crosstab query?
Random Solutions
Excel - 'Excel.Application' is not defined.
Upgrade from Windows Server 200 to 2007 and impact on security?
GRANT ALTER TRACE TO [SomeUser] gives syntax error
GLIBCXX_3.4.9' not found C++
Matching case in SQL
Dell Vista error code 7B, hang at black screen after login, factory retsore
Access 2003 upgrade - user unable to launch parameter queries, or use Report preview button.
SQL Reporting Services - Service Unavailable
Open Visual Foxpro DBF file without FPT filed
Access VBA to test for login or logout status ( If then Next)