Changing columns into rows and rows into columns

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

Guest

How do I change columns into rows and rows into columns in Access Datasheet
View?
 
How do I change columns into rows and rows into columns in Access Datasheet
View?

Generally, in a properly normalized database, you don't!

You can use a "Crosstab Query" to spread record values across the page in
columns; or a "Normalizing Union Query" to take a wide-flat table and turn it
into a tall-thin one; or a "Pivot Table Query" using Excel to analyze data.
Could you describe what data you're working with and what you want to
accomplish with it?

John W. Vinson [MVP]
 

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