Right now I have this code . It works fine unless I bind those comboboxes to arrays. any other solutions ?
ThanksVB Code:
Dim ComBox As Control For Each ComBox In ME.Controls If TypeOf ComBox Is ComboBox Then ComBox.Text = "" End If Next
|
Results 1 to 9 of 9
Thread: Clear Comboboxes ?[Resolved]Threaded View
|
Click Here to Expand Forum to Full Width |