Article ID: 325233 - Last Review: January 22, 2004 - Revision: 4.0

HOW TO: Hide the Combo Box Drop-Down Arrow on a Form in Microsoft Access 2002

System TipThis article applies to a different operating system than the one you are using. Article content that may not be relevant to you is disabled.
This article was previously published under Q325233

On This Page

Expand all | Collapse all

SUMMARY

This article demonstrates a method that you can use to hide the drop-down arrow on a combo box until the combo box is selected.

Steps to Hide the Drop-Down Arrow on a Combo Box


To hide the drop-down arrow on a combo box when the combo box is not selected, follow these steps:
  1. Start Access.
  2. On the Help menu, point to Sample Databases, and then click Northwind Sample Access Database.
  3. Open the Orders form in Design view.
  4. Add a rectangle control to the form. Size and move the rectangle control so that it completely covers the drop-down arrow on the EmployeeID combo box.
  5. Set the BackColor property of the rectangle to match the BackColor property of the section.
  6. Set the BackStyle property to Normal.
  7. Set the BorderStyle to Transparent.
  8. View the form in Form view.

    Notice that you can see the drop-down arrow on the EmployeeID combo box only when the combo box is selected.

REFERENCES

For more information about BackColor, BackStyle, or BorderStyle properties, click Microsoft Access Help on the Help menu, type BackColor, BackStyle, BorderStyle, or Windows color scheme in the Office Assistant or the Answer Wizard, and then click Search to view the topic.

APPLIES TO
  • Microsoft Access 2002 Standard Edition
Keywords: 
kbhowtomaster KB325233