In addition to the approaches described by Tom, you can just tab to the
Combo box, and press F4. Don't press alt + F4, though, or you'll close the
database.
Larry Linson
Microsoft Access MVP
larry linson
sponsored links
2
12th July 22:47
dong ho
External User
Posts: 1
Drop down list, combo box
http://www.mvps.org/access/
HTH
Dong Ho MVP
Is posting provided "AS IS" with
no warranties and is confers no rights.
Please you clarify here in newsgroup.
Not make clarify by e-mail. Thanks.
dong ho
3
12th July 22:47
arno r
External User
Posts: 1
Drop down list, combo box
In addition just an idea also:
I like it when a combo is openend on data-entry and I don't like it to open all the time
Hence: (You could even use some kind of a 'flag' to let your users decide)
Sub Combo_GotFocus
If IsNull(Me!Combo) The Me!Combo.Dropdown
End sub
NO headaches this way for me... (also Escape closes the combo quickly enough)
---
Hope this helps
Arno R
"tom" <tom@nuws.com> schreef in bericht news:c17f6324.0307181603.5369ebd5@posting.google.c om...