A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Setting Up & Running Reports
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

multi column report problem



 
 
Thread Tools Display Modes
  #1  
Old May 20th, 2004, 09:43 PM
Richardson
external usenet poster
 
Posts: n/a
Default multi column report problem

I have encountered a problem that I haven't been able to solve, so I hope
someone has a suggestion.
I have a report with 2 columns, column A is on the left and column B is on
the right.
My data is a list of individuals and they are ordered based on grades with
the lowest grade in position 1,etc. I need to report to show these
individuals so that the first individual is in column B row 1, individual 2
is in column A row 1. This should repeat down as many rows as are
necessary.
EX:

2 1
4 3
6 5


I am open to any thought you have that would make this possible.

Thanks in advance,
Lori


  #2  
Old May 20th, 2004, 11:00 PM
Duane Hookom
external usenet poster
 
Posts: n/a
Default multi column report problem

Are your values actually 1, 2, 3, 4, 5, 6? If not, what is sort-defining
field name and what are typical values?

--
Duane Hookom
MS Access MVP
--

"Richardson" SPAM wrote in message
nk.net...
I have encountered a problem that I haven't been able to solve, so I hope
someone has a suggestion.
I have a report with 2 columns, column A is on the left and column B is on
the right.
My data is a list of individuals and they are ordered based on grades with
the lowest grade in position 1,etc. I need to report to show these
individuals so that the first individual is in column B row 1, individual

2
is in column A row 1. This should repeat down as many rows as are
necessary.
EX:

2 1
4 3
6 5


I am open to any thought you have that would make this possible.

Thanks in advance,
Lori




  #3  
Old May 21st, 2004, 12:47 AM
Richardson
external usenet poster
 
Posts: n/a
Default multi column report problem

Currently the field to sort on is FinalFinish with integer values from
1-1200. If that makes it too difficult, I can make the values actually
1,2,3, by assigning rank before the values get to the report.

Lori


Duane Hookom wrote in message
...
Are your values actually 1, 2, 3, 4, 5, 6? If not, what is sort-defining
field name and what are typical values?

--
Duane Hookom
MS Access MVP
--

"Richardson" SPAM wrote in message
nk.net...
I have encountered a problem that I haven't been able to solve, so I

hope
someone has a suggestion.
I have a report with 2 columns, column A is on the left and column B is

on
the right.
My data is a list of individuals and they are ordered based on grades

with
the lowest grade in position 1,etc. I need to report to show these
individuals so that the first individual is in column B row 1,

individual
2
is in column A row 1. This should repeat down as many rows as are
necessary.
EX:

2 1
4 3
6 5


I am open to any thought you have that would make this possible.

Thanks in advance,
Lori






  #4  
Old May 21st, 2004, 03:43 AM
Duane Hookom
external usenet poster
 
Posts: n/a
Default multi column report problem

Set the sorting and grouping levels to
=Int(([FinalFinish]-1)/2) Ascending
[FinalFinish] Descending

--
Duane Hookom
MS Access MVP


"Richardson" SPAM wrote in message
nk.net...
Currently the field to sort on is FinalFinish with integer values from
1-1200. If that makes it too difficult, I can make the values actually
1,2,3, by assigning rank before the values get to the report.

Lori


Duane Hookom wrote in message
...
Are your values actually 1, 2, 3, 4, 5, 6? If not, what is sort-defining
field name and what are typical values?

--
Duane Hookom
MS Access MVP
--

"Richardson" SPAM wrote in message
nk.net...
I have encountered a problem that I haven't been able to solve, so I

hope
someone has a suggestion.
I have a report with 2 columns, column A is on the left and column B

is
on
the right.
My data is a list of individuals and they are ordered based on grades

with
the lowest grade in position 1,etc. I need to report to show these
individuals so that the first individual is in column B row 1,

individual
2
is in column A row 1. This should repeat down as many rows as are
necessary.
EX:

2 1
4 3
6 5


I am open to any thought you have that would make this possible.

Thanks in advance,
Lori








 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 05:43 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.