Hi,
I've got a combo box that is supposed to update the layout of my form, depending on what a user selects. So a number of textboxes will be disabled or something like that. These are some of the possible sollutions I'm thinking of:
1) disable/enable certain textfields and somehow changing their background so it's clear which textfield the user should fill out.
2) create several subforms and depending on the selection of the combo box show one of those subforms in the main form.
3) setting certain text-labels visible / invisible or changing the content of a text-label.
Are any of these possible and if so, how?
thank you!
I've got a combo box that is supposed to update the layout of my form, depending on what a user selects. So a number of textboxes will be disabled or something like that. These are some of the possible sollutions I'm thinking of:
1) disable/enable certain textfields and somehow changing their background so it's clear which textfield the user should fill out.
2) create several subforms and depending on the selection of the combo box show one of those subforms in the main form.
3) setting certain text-labels visible / invisible or changing the content of a text-label.
Are any of these possible and if so, how?
thank you!