| 
ACC: How to Hide the Combo Box Drop-Down Arrow on a Form
ID: Q109724
 
 | 
The information in this article applies to:
- 
Microsoft Access versions  1.0, 1.1, 2.0, 7.0, 97
SUMMARY
Novice: Requires knowledge of the user interface on single-user computers.
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:
Q150895 ACC95: Microsoft Access Sample Forms Available in Download Center  
Q175066 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:
- Open the sample database Northwind.mdb (or NWIND.MDB in versions 1.x
   and 2.0).
- Open the Orders form in Design view.
- 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.
- Set the Backcolor property of the rectangle to match the Backcolor
   property of the section and set the BackStyle property to normal.
- 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          : FmsCmbo 
Version           : 1.0 1.1 2.0 7.0 97
Platform          : WINDOWS 
Issue type        : kbhowto