how do i switch the columns and rows in a form in datasheet view?

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

Guest

i am trying to create a sub-form with data that looks exactly like the paper
forms that i am entering it from. unfortunately, the paper form has all the
data vertically, whereas access puts the data horizontally -- i want to
switch the x and y axis. is there any easy way to do this?
 
There's no convenient way to do what you want with forms. Once the data is
in your database, a Cross-Tab Query can retrieve it in that form (or a
Pivot Table View might be more appropriate, if you are using Access 2002 or
2003).

I wouldn't recommend you give users access to datasheet view -- there are
too many things they can do wrong. I suggest you use a continuous forms
view, instead, which looks much the same, but over which you have much
better control than over a datasheet.

Larry Linson
Microsoft Access 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