Insert Table in Report

  • Thread starter Thread starter dee
  • Start date Start date
D

dee

This may sound like a very dumb question, but is there a way to insert a
table in a report and have various fields displayed in the cells within the
table?

Thanks so much!
 
Dee

I'm not tracking on what you want to achieve...

If you have a table (*or tables*) of data, and if you create a query that
returns the data you wish to see, you can create a report to print out those
values.

What do you mean by "displayed in the cells within the table"? What table?

Regards

Jeff Boyce
Microsoft Office/Access MVP
 
Hi there,

Thanks for your response. Sorry if I wasn't clear on what I wanted to do!

Basically, what I'd like is to input a Word-type table in a report - a grid
of columns and rows - into which I can add text boxes, graphics, field data,
etc. Just a neat way to arrange everything, with the capability of also
adding borders.

Does that make more sense?


--
Thanks!

Dee


Jeff Boyce said:
Dee

I'm not tracking on what you want to achieve...

If you have a table (*or tables*) of data, and if you create a query that
returns the data you wish to see, you can create a report to print out those
values.

What do you mean by "displayed in the cells within the table"? What table?

Regards

Jeff Boyce
Microsoft Office/Access MVP
 
It seems that you need a subreport inside your main table.

--
Duane Hookom
Microsoft Access MVP
If I have helped you, please help me by donating to UCP
http://www.access.hookom.net/UCP/Default.htm


dee said:
Hi there,

Thanks for your response. Sorry if I wasn't clear on what I wanted to do!

Basically, what I'd like is to input a Word-type table in a report - a grid
of columns and rows - into which I can add text boxes, graphics, field data,
etc. Just a neat way to arrange everything, with the capability of also
adding borders.

Does that make more sense?
 
Back
Top