Report items filling a line then next

samjesse

Registered User.
Local time
Today, 05:33
Joined
Feb 13, 2009
Messages
64
Hi

using Access 2000
I have a table with fields (image, info1, info2, info3).
I want to produce a report where 15 records are displayed in a table like manner. each table cell contain the whole record and the table is 5 rows by 3 columns.

Many thx
 
What controls what goes in a row and what goes in a column? Are they all the same?

If they're the same, try setting your page width to 1/3 normal (remembering your margins) and Columns = 3.
 
What controls what goes in a row and what goes in a column? Are they all the same?

If they're the same, try setting your page width to 1/3 normal (remembering your margins) and Columns = 3.

AutoNumber, Text, OLE Object. So they aren't the same.
 
Oh, that should be even easier. Try building it with the Report Wizard, and look for the layout 'Block' on about the fourth or fifth tab of the Wizard. You should get Headers with your field names, and a short Detail section with the three fields lined up across the page. Adjust widths/spacing as needed.
 
Also, I hope your fields aren't really info1, info2, info3. :D Meaningful names will make your life much easier when you go back to this in six months...
 

Users who are viewing this thread

Back
Top Bottom