Cell Margins in Access?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

When I print queries for example, the text in the cells is always tight up
against the left border line. Unlike other Microsoft programs, there seems to
be no cell margins to adjust.

I know this is a very minor thing, and that Access isn't meant to make
everything look pretty. My eyes aren't very good, however, and with the black
border lines, I have a hard time tracking down the list looking for the data
I want. Is there a way to change this, or am I just out of luck?

I am using Access 2000, by the way.
 
Sorry, not in the DatasheetView of the Query. DatasheetView is meant for
testing during development only.

You have margins for TextBoxes in the Reports which is the proper way to
print data from Access.

HTH
Van T. Dinh
MVP (Access)
 
When I print queries for example, the text in the cells is always tight up
against the left border line.

That's because Queries (and Tables) are not designed for data
presentation.

Create a Report based on your query, and print that. You can set the
textbox properties very flexibly (which you cannot do in a Query).

John W. Vinson[MVP]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top