Hi Everyone,
I originally had a list on a form but converted it to a combo box to get rid of the white space when transitioning through the form. I have the following code:
lstBusinessProg ramsPF.ItemsSel ected.Count > 0
in an if loop. The problem is in the ItemsSelected statement. This statement seems to be a List command what should I place in the statement to make it work for a combo box. Any Ideas? Thank you!!
-Todd
I originally had a list on a form but converted it to a combo box to get rid of the white space when transitioning through the form. I have the following code:
lstBusinessProg ramsPF.ItemsSel ected.Count > 0
in an if loop. The problem is in the ItemsSelected statement. This statement seems to be a List command what should I place in the statement to make it work for a combo box. Any Ideas? Thank you!!
-Todd
Comment