Making columns in report

D

Daryl

I have two tables: one table contains customer ID and cust Name, and the another table contains customer ID, goods code and goods price

Here, I want to have a report on every customer and I want to show the goods code and price with 3 columns (like printing label) rather than the default 1 column

How can I do it? Thank you so much.
 
D

Duane Hookom

Place all you control on the left third of the page and select File|Page
Setup|Columns...

--
Duane Hookom
MS Access MVP


Daryl said:
I have two tables: one table contains customer ID and cust Name, and the
another table contains customer ID, goods code and goods price.
Here, I want to have a report on every customer and I want to show the
goods code and price with 3 columns (like printing label) rather than the
default 1 column.
 
Top