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...........:
