G
Gary
I have a form. the first control on the form is a drop down box, called
business type. the two options available from this drop down box are:
- Ltd Company.
- Partnership.
now, my question. If 'ltd company' is selected from the dropdown box I
want the next control to be 'company registration number' - however, if
partnership was selected I want the next control to be 'partners'.
The idea is the form displays only those questions pertinent to the
particular case at hand. How do i do this?
The only way i can think of hand is to set the .visible properties of
the control's depeneding on the choices selected - but this isn't good
enough, for a start I would have to nest a series of controls on top of
each other on the form, which from a design standpoint isn't ideal.
How do i do this?
thanks!
Gary.
business type. the two options available from this drop down box are:
- Ltd Company.
- Partnership.
now, my question. If 'ltd company' is selected from the dropdown box I
want the next control to be 'company registration number' - however, if
partnership was selected I want the next control to be 'partners'.
The idea is the form displays only those questions pertinent to the
particular case at hand. How do i do this?
The only way i can think of hand is to set the .visible properties of
the control's depeneding on the choices selected - but this isn't good
enough, for a start I would have to nest a series of controls on top of
each other on the form, which from a design standpoint isn't ideal.
How do i do this?
thanks!
Gary.