ACC2000: Hyperlink Runs If Selected w/ Keyboard from Combo BoxID: Q198918
|
Novice: Requires knowledge of the user interface on single-user computers.
When you use the ENTER key to select a hyperlink in a combo box, Microsoft
Access follows the hyperlink instead of putting your selection in the
combo box.
When you press ENTER, you are not selecting an item from the combo box list. Instead, the ENTER key is acting on what is already in the text box portion of the combo box. If the text box contains a hyperlink, Microsoft Access follows the link. There is no way to distinguish between pressing ENTER while the list is dropped down and pressing ENTER when it is not dropped down.
If you want to use the keyboard to select a hyperlink in a combo box, press TAB or ALT+DOWN ARROW after you select an item in the list. This action places the selected hyperlink in the text box portion of the combo box without following any link.
Combo box:
Name: cbHyperlink
RowSource: SELECT Suppliers.HomePage FROM Suppliers;
Text box:
Name: Text2
For more information about the Hyperlink data type, click Microsoft Access Help on the
Help menu, type "Data Type Property" in the Office Assistant or the Answer Wizard,
and then click Search to view the topics returned.
For more information about combo boxes, click Microsoft Access Help on the
Help menu, type "Create a bound combo box" in the Office Assistant or the Answer Wizard,
and then click Search to view the topics returned.
Additional query words:
Keywords : kbdta FmsCmbo TblDatyp
Version : WINDOWS:2000
Platform : WINDOWS
Issue type : kbprb
Last Reviewed: May 13, 1999