Results 1 to 3 of 3

Thread: Clear ComboBox? [RESOLVED]

Threaded View

  1. #1

    Thread Starter
    Member
    Join Date
    Dec 2002
    Posts
    54

    Clear ComboBox? [RESOLVED]

    Hey! Just a quick question. How do I clear a combobox on a from after a record is added? i don't want to clear all the items . just the one selected. I've tried:

    combobox.SelectedItem = "" 'Old VBA trick.

    And this
    Combobox.Items.Clear () 'Clears all the items that were loaded during Form_Load event.


    What's the best way to do this? Thanks to all...........:
    Last edited by Nintendo_Wizard; Feb 17th, 2003 at 03:12 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
  •  



Click Here to Expand Forum to Full Width