Vertical Records

  • Thread starter Thread starter Harv Lake
  • Start date Start date
H

Harv Lake

Hi, I hope you can help me out.

I am creating an accounting database. I am able to enter
all of the data fine and to get a query to do the
manipulation of the data. The problem comes in how I
would like to output the information.

I'd like to have (each record) each days information show
up in columns.

If I didn't explain very well, let me know and I'll
rephrase the question.

Thanks
Harv
 
Harv said:
I am creating an accounting database. I am able to enter
all of the data fine and to get a query to do the
manipulation of the data. The problem comes in how I
would like to output the information.

I'd like to have (each record) each days information show
up in columns.


This is done by laying out the controls vertically at the
left edge of the report. Then use the File - Page Setup -
Columns menu item to specify that you want multiple columns.
Select the Across then Down snaking option. Most likely,
you should also uncheck the Same as Detail check box and
specify the desired column width.
 
Back
Top