• Expand contents of combo box on enter (Access 97)

    Home » Forums » AskWoody support » Productivity software by function » MS Access and database help » Expand contents of combo box on enter (Access 97)

    Author
    Topic
    #364322

    I know it’s possible to expand/open the contents of a combo box when the combo box has the focus or “on enter”, however, I don’t remember how I did it before. Anyone have any suggestions?

    Viewing 1 reply thread
    Author
    Replies
    • #558896

      Use the On Got Focus event:

      Me.YourComboName.Dropdown

      Or you could simply use:

      Me.ActiveControl.Dropdown

      HTH
      RDH

      • #558898

        That was simple ….many thanks!

        • #558901

          You are welcome …. smile

          I was just slightly faster responding than rpwoods.

          RDH

    • #558899

      Use the dropdown method, as in
      Private Sub SupplierID_GotFocus()
      Me!SupplierID.Dropdown
      End Sub

    Viewing 1 reply thread
    Reply To: Expand contents of combo box on enter (Access 97)

    You can use BBCodes to format your content.
    Your account can't use all available BBCodes, they will be stripped before saving.

    Your information: