Combo box order

P

Pete

Hi,

Is it possible to easily ensure use of combo boxes in a
certain order?

I arent that good at coding but understand the basics

Thanks

Pete
 
M

Mark

You can set the tab order of all the controls in the form from the View|Tab
Order menu. If that doesn't solve your problem, then you'll probably want
to disable each combo box and then enable one when another combo box has
been used.
 
Top