Hi,
I have a list box populated with values.
i want to be able to say if value 6 or 10 is selected along with any other value in the list box then print error
i have so far If lbxBuyingAgencies.Items.FindByValue("6").Selected = True Or lbxBuyingAgencies.Items.FindByValue("10").Selected = True Then
but how do i also say...if any other value is seleted...any body know any neat code that will do the trick?
thanks for your help
jim
I have a list box populated with values.
i want to be able to say if value 6 or 10 is selected along with any other value in the list box then print error
i have so far If lbxBuyingAgencies.Items.FindByValue("6").Selected = True Or lbxBuyingAgencies.Items.FindByValue("10").Selected = True Then
but how do i also say...if any other value is seleted...any body know any neat code that will do the trick?
thanks for your help
jim