Results 1 to 4 of 4
  1. #1
    KHill is offline Novice
    Windows XP Access 2010 32bit
    Join Date
    Jul 2012
    Posts
    8

    Lookup Wizard list visibility

    As one is typing in a field with a lookup wizard - dropdown list - is there anyway to see the list without clicking on the down arrow? Perhaps there is a choice somewhere in the program where dropdown menus for the lookup wizard can be made visible??


    thanks
    K

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,770
    This is example of what I do:

    Private Sub cbxItem_Enter()
    Me.cbxItem.Dropdown
    End Sub
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  3. #3
    KHill is offline Novice
    Windows XP Access 2010 32bit
    Join Date
    Jul 2012
    Posts
    8
    I assume this code is placed somewhere in the Field properties. Where? thanks
    K

  4. #4
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,770
    No, it is a VBA event procedure. The event is Enter. Select the combobox, on the Event tab of the properties dialog, select [Event Procedure] in the box next to OnEnter. Double click the ellipses (...), this will put you into the VBA procedure. Type code.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

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

Similar Threads

  1. Lookup wizard & add-ins: vba issue
    By rogueknight in forum Access
    Replies: 0
    Last Post: 03-28-2012, 02:56 PM
  2. lookup wizard
    By bigmac in forum Access
    Replies: 1
    Last Post: 03-10-2012, 02:09 PM
  3. Lookup Wizard Question
    By Marisha in forum Access
    Replies: 6
    Last Post: 10-27-2011, 12:54 PM
  4. Lookup Wizard Problem
    By Boltman in forum Access
    Replies: 2
    Last Post: 07-31-2011, 10:06 PM
  5. Lookup wizard
    By VLI in forum Forms
    Replies: 7
    Last Post: 01-28-2011, 09:25 AM

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