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
Terminal Server port configuration
Prompt user to verify data message when user hits add record button in access
Antivirus solution for Windows Server 2008 R2 Core.
How to zip/unzip with VB.NET?
Data Validation with VBA without use of worksheet cells
SQL criteria applied to nested queries
Using Rich Text Box
Problem with update query
"Target Account Name is Incorrect"
OnChange Event (Apply Button) VB.NET