|
-
Jan 29th, 2003, 09:33 PM
#1
Thread Starter
Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|