Microsoft Knowledge Base Email Alertz

(207494) - When you set the options for Datasheet view of a table, query, or form on the Datasheet tab of the Options dialog box (Tools|Options), you can change the color of the gridlines. The color that you select is visible on your screen in Datasheet view;...

Search KbAlertz

Advanced Search

Receive Microsoft Knowledge Base articles by E-Mail?

Every night we scan the Microsoft Knowledge Base. If technologies you're interested in are updated, we'll send you an e-mail. You only get one e-mail a day, and only when new articles are added.

Click here to create a
FREE account
Already have an account?
[Click here to Login]











Microsoft Knowledge Base Article

This article contents is Microsoft Copyrighted material.
©2005-©2007 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks

Article ID: 207494 - Last Review: July 13, 2004 - Revision: 1.1

ACC2000: Can't Print Datasheet Gridlines in Color in Access

This article was previously published under Q207494
This article applies to a Microsoft Access database (.mdb) and to a Microsoft Access project (.adp).

Novice: Requires knowledge of the user interface on single-user computers.

On This Page

SYMPTOMS

When you set the options for Datasheet view of a table, query, or form on the Datasheet tab of the Options dialog box (Tools|Options), you can change the color of the gridlines. The color that you select is visible on your screen in Datasheet view; however, if you print or preview the Datasheet, all gridlines are black.

RESOLUTION

If you want to print color gridlines in a Datasheet, you can create a report based on the table or query that arranges text box controls to simulate a Datasheet view. Then you can set the properties of the text boxes to display colored outlines that will print on your color printer.

This example demonstrates how to arrange text boxes on a report to simulate a Datasheet view:
  1. Open the sample database Northwind.mdb.
  2. In the Database window, click Reports under Objects , and then click New.
  3. In the New Report dialog box, click AutoReport: Tabular, and then click Shippers in the Choose the table or query where the object's data comes from box. Click OK.
  4. As soon as the report is displayed in Print Preview, on the View menu, click Design View.
  5. Delete the Line object under the three label controls in the page header section of the report.
  6. Click the Shipper ID label control in the page header section, and then hold down the SHIFT key as you click the Company Name and Phone label controls. This selects all three labels at the same time. With all three controls selected, set the following properties, which will affect each of the controls:
       Top: 0"
       BackStyle: Normal
       BackColor: 12632256
       BorderStyle: Solid
       BorderColor: 0
    					
  7. With all three label controls still selected, on the Format menu, click Horizontal Spacing, and then click Decrease. This decreases the space between the labels. Repeat this step if necessary until there is no space between the controls.
  8. Click the ShipperID text box in the detail section, and then hold down the SHIFT key as you click the CompanyName and Phone text boxes. This selects all three text boxes at the same time. With all three controls selected, set the following properties, which will affect each of the controls:
       Top: 0"
       Height: 0.2"
       BorderStyle: Solid
    					
  9. With all three text box controls still selected, on the Format menu, click Horizontal Spacing, and then click Decrease. This decreases the space between the labels. Repeat this step if necessary until there is no space between the controls.
  10. Set the Height property of the detail section to 0.2".
  11. On the File menu, click Print Preview. Note that the report simulates a Datasheet view of the Shippers table, and you can see the gridlines in color.

MORE INFORMATION

Steps to Reproduce Behavior

  1. Open the sample database Northwind.mdb.
  2. On the Tools menu, click Options.
  3. Click the Datasheet tab in the Options dialog box.
  4. In the Gridlines box, set the color to Blue, and then click OK.
  5. Open the Shippers table in Datasheet view. Note that blue gridlines appear.
  6. On the File menu, click Print Preview.

    Note that some or all of the gridlines appear black in Print Preview.
NOTE: If you change the Font or Background colors for the Datasheet, those colors appear correctly when you print or preview the Datasheet.

REFERENCES

For more information about default options, click Microsoft Access Help on the Help menu, type Customize the Microsoft Access environment by setting defaults in the Office Assistant or the Answer Wizard, and then click Search to view the topic.

For more information about customizing gridlines, click Microsoft Access Help on the Help menu, type Change the gridline style and background color in Datasheet view in the Office Assistant or the Answer Wizard, and then click Search to view the topic.

APPLIES TO
  • Microsoft Access 2000 Standard Edition
Keywords: 
kbprb kbusage KB207494
       

Community Feedback System

Very often, it takes hours to solve a problem. Very often, you've looked high and low, and have tried a lot of solutions. When you finally found it, chances are, it was because someone else helped you. Here's your chance to give back. Use our community feedback tool to let others know what worked for you and what didn't.

Please also understand that the community feedback system is not warranted to be correct, it's simply a system that we've built to let people try and help each other. If something in a feedback response doesn't make sense to you, or you're not comfortable making changes that the feedback talks about (like registry edits), please consult a professional.

Thank you for using kbAlertz.com Feedback System.

-- Scott Cate