Pivot question

  • Thread starter Thread starter PEJO
  • Start date Start date
P

PEJO

Assuming I have 2 tables.


t_sexes

sex_ID Sex_Name
1 Male
2 Female

and

t_names

name_ID name_name sex_id
1 jon 1
2 jason 1
3 Sue 2
4 Bill 1
5 Sally 2

How can I have my results show like this.

Male Jon Jason Bill
Female Sue Sally

I have limited experience with pivot tables but I assume this is the way to
go......thanks in advance for ahy help.


--
 

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

Similar Threads

Req Help with Crosstab query 1
Crosstab - column names 1
Crosstab - column names 3
Query 1
Create query that sums up categorical data 2
Pivot Table: Variance formula 2
Crosstab 2
if statement 16

Back
Top