S Scorpion Registered User. Local time Today, 07:01 Joined Jun 15, 2000 Messages 35 Jul 12, 2000 #1 Normally Access displays data in the detail section from top to bottom. I need to know how to be able to display it from left to right instead.
Normally Access displays data in the detail section from top to bottom. I need to know how to be able to display it from left to right instead.
E ElsVanMiert Registered User. Local time Today, 07:01 Joined Dec 14, 2000 Messages 152 Jan 29, 2001 #2 The only way to solve this problem is in using several sub reports. But this technique hides tremendous difficulties in the details (formatting, borders, memory management).
The only way to solve this problem is in using several sub reports. But this technique hides tremendous difficulties in the details (formatting, borders, memory management).
C Chris RR Registered User. Local time Today, 01:01 Joined Mar 2, 2000 Messages 354 Jan 29, 2001 #3 Have you considered doing a crosstab query from your data, and doing the report from that?