Results 1 to 2 of 2
  1. #1
    gbwiii is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    May 2011
    Posts
    20

    Combo List


    On my form the first field is a combo box, after the user tabs thru all the fields they clear after the tab passes thru the last text field in the form except for the selection that was made in the combo box. How can I get the combo box to reset itself so that it is blank after all the text fields are saved.

    Thanks

  2. #2
    alansidman's Avatar
    alansidman is offline VIP
    Windows 7 32bit Access 2007
    Join Date
    Apr 2010
    Location
    Steamboat Springs
    Posts
    2,529
    In the last field, add this to the after update event.

    Code:
    me.comboboxname.value=""
    me.requery
    Alan

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

Similar Threads

  1. Clear value list in combo box
    By jgelpi16 in forum Programming
    Replies: 4
    Last Post: 05-27-2011, 12:45 PM
  2. Help with a form list combo
    By ggarcia in forum Forms
    Replies: 1
    Last Post: 05-23-2011, 06:00 PM
  3. Combo Box List display HELP!
    By ehabo in forum Access
    Replies: 11
    Last Post: 01-04-2011, 12:55 PM
  4. Combo box for list
    By Danzig in forum Forms
    Replies: 6
    Last Post: 11-03-2010, 05:18 PM
  5. combo box value list
    By thewabit in forum Forms
    Replies: 13
    Last Post: 01-13-2010, 07:50 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