Results 1 to 2 of 2
  1. #1
    WGlass is offline Novice
    Windows 7 32bit Access 2013 32bit
    Join Date
    Sep 2017
    Posts
    2

    Question Open form in combo box with drop down list.

    I just upgraded a large database from Access 2000 Windows XP to 2013 Windows 7. The form opens with focus set to the combo box but the drop down list does not drop down until they click on it.



    Code:
    Private Sub Form_Open (Cancel As Integer)
          
          Combo34.SetFocus
          Me!combo34.DropDown
    
    End Sub
    Any suggestions on making the dropdown work in version 2013?

  2. #2
    aytee111 is offline Competent At Times
    Windows 10 Access 2013 64bit
    Join Date
    Nov 2011
    Location
    Nomad
    Posts
    3,936

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Drop list/combo box
    By gsucin in forum Programming
    Replies: 4
    Last Post: 10-29-2016, 06:44 AM
  2. Replies: 1
    Last Post: 04-29-2016, 01:32 AM
  3. Replies: 2
    Last Post: 04-13-2014, 06:55 PM
  4. Open form from a drop down list
    By ildanach in forum Forms
    Replies: 15
    Last Post: 05-21-2009, 05:40 AM
  5. Open Form with a drop down list box
    By Rinehart in forum Forms
    Replies: 0
    Last Post: 08-10-2008, 08:53 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums