Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

ACC2000: Hyperlink Runs If Selected with Keyboard from Combo Box


View products that this article applies to.

This article was previously published under Q198918

↑ Back to the top


Symptoms

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.

↑ Back to the top


Cause

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.

↑ Back to the top


Resolution

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.

↑ Back to the top


More information

Steps to Reproduce Behavior

NOTE: When Microsoft Access follows the hyperlink after you press ENTER, it does not follow the hyperlink that you just selected in the combo box; rather, it follows the hyperlink that was already present in the combo box, as illustrated by the following example:

  1. Start Microsoft Access and open the sample database Northwind.mdb.
  2. In the Database window, click Forms under Objects, and then click New.
  3. In the New Form dialog box, select Design View, and then click OK.
  4. Add the following controls to the detail section of the form:
       Combo box:
          Name: cbHyperlink
          RowSource: SELECT Suppliers.HomePage FROM Suppliers;
       Text box:
          Name: Text2
    					
  5. Save the form as frmKeyboardCombo, and then switch to Form view.
  6. Press ALT+DOWN ARROW in the combo box to display the list of home pages in the Suppliers table.
  7. Use the DOWN ARROW key to select CAJUN.HTM in the list, and then press ENTER. Note that nothing happens. Press TAB to select CAJUN.HTM and move to the text box on your form.
  8. Press TAB to move back to the combo box, and once again press ALT+DOWN ARROW to display the list.
  9. Use the DOWN ARROW key to select Mayumi's (on the Web), and then press ENTER. Note that your Web browser starts and displays the Cajun Delights Web page. This is the selection that was already in the combo box, and not the item that you just selected in the list.

↑ Back to the top


References

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.

↑ Back to the top


Keywords: KB198918, kbprb

↑ Back to the top

Article Info
Article ID : 198918
Revision : 1
Created on : 6/30/2004
Published on : 6/30/2004
Exists online : False
Views : 243