C
Chris
I have a form that is a template for differing actions. i.e. if you have
lower level access you may only see values, if you have higher level access
you may edit values
I wish to change the properties of all the combo boxes on a form so that
they will not function if a lower level user is viewing the information. I
set the enable property to false, but I have many combo boxes on this form.
Is there a quick way of changing all the enable properties to false or is it
one line of code per combo?
Is there a better way overall to use the one form for multiple tasks?
lower level access you may only see values, if you have higher level access
you may edit values
I wish to change the properties of all the combo boxes on a form so that
they will not function if a lower level user is viewing the information. I
set the enable property to false, but I have many combo boxes on this form.
Is there a quick way of changing all the enable properties to false or is it
one line of code per combo?
Is there a better way overall to use the one form for multiple tasks?