Microsoft KB Archive/109724

From BetaArchive Wiki
Knowledge Base


ACC: How to Hide the Combo Box Drop-Down Arrow on a Form

Article ID: 109724

Article Last Modified on 1/18/2007



APPLIES TO

  • Microsoft Access 1.0 Standard Edition
  • Microsoft Access 1.1 Standard Edition
  • Microsoft Access 2.0 Standard Edition
  • Microsoft Access 95 Standard Edition
  • Microsoft Access 97 Standard Edition



This article was previously published under Q109724

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


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.

NOTE: This article explains a technique demonstrated in the sample files, FrmSampl.exe (for Microsoft Access for Windows 95 version 7.0) and FrmSmp97.exe (for Microsoft Access 97). For information about how to obtain these sample files, please see the following articles in the Microsoft Knowledge Base:

150895 ACC95: Microsoft Access Sample Forms Available in Download Center

175066 ACC97: Microsoft Access 97 Sample Forms Available in Download Center

MORE INFORMATION

The following steps demonstrate how to hide the drop-down arrow on a combo box when the combo box is not selected:

  1. Open the sample database Northwind.mdb (or NWIND.MDB in versions 1.x and 2.0).
  2. Open the Orders form in Design view.
  3. 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.


NOTE: In versions 1.x and 2.0, there is a space in Employee ID.

  1. Set the Backcolor property of the rectangle to match the Backcolor property of the section and set the BackStyle property to normal.
  2. View the form in Form view. Note that the drop-down arrow on the EmployeeID combo box will only be visible when the combo box is selected.



Additional query words: hide combo box

Keywords: kbhowto KB109724