Crosstab

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have the following table in my database:-

ID|Age|Gender|Ethnicity
1 12 Male W1
2 13 Female B1

From which I created the following crosstab:-

Male | Female

12 1 0
13 0 1

It is possible to add an additonal filter to this crosstab so the user can
query for spefic ethnic groups
 
First create a query on the table that has a parameter for Ethnicity or some
other way define the Ethnicity.

Next create the crosstab query on the first query instead of the table.
 
Open the query in design view and add a column designated as a row named
Ethnicity.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top