V
Virgil Layne
I'm trying to create a procedure to clear all selections
from a form's controls (text combo boxes and list boxes).
Combo boxes are no problem. I can use the Me.
[ControlName].SetFocus and me.[ControlName]="" lines to
set each combo box to blank. List boxes are a problem. I
can't find a thing to clear any selections. I've tried
ItemsSelected, ItemData among other listbox options.
from a form's controls (text combo boxes and list boxes).
Combo boxes are no problem. I can use the Me.
[ControlName].SetFocus and me.[ControlName]="" lines to
set each combo box to blank. List boxes are a problem. I
can't find a thing to clear any selections. I've tried
ItemsSelected, ItemData among other listbox options.