Hi to all
I have limited knowledge regarding writing code and have had some challenge in trying to create the following:
a. changed appearance of other controls on same form dependent on selection in first control and
b. msgbox to appear dependent on selection of first combo box.
Background
I have created a database in which on one form for creating a new record there are five combo boxes:
1. Category Selection (different to combo no 4 Category)
2. Priority
3. Status
4. Category and
5. Staff member
To create a new record the first decision is to select an item from Category Selection (Combo 1). Some of the remaining combo boxes are relevant to some of the categories listed in the Category Selection list eg one category selection (say Action) requires only combos 2 and 3 to show for selection of a priority and status while category selection (Feedback) requires combos 3 and 4 ie status and category. Can code be written so that on the selection of an item in the Category Selection eg Action only combos 2 and 3 appear and combo 4 is hidden?
And at the same time a msgbox shows to verify the category selection made is the correct one?
I hope it is possible and look forward to hearing from the those who have gone before me tha I may learn.
Thanks for your consideration in anticipation.
Cheers
Marty
I have limited knowledge regarding writing code and have had some challenge in trying to create the following:
a. changed appearance of other controls on same form dependent on selection in first control and
b. msgbox to appear dependent on selection of first combo box.
Background
I have created a database in which on one form for creating a new record there are five combo boxes:
1. Category Selection (different to combo no 4 Category)
2. Priority
3. Status
4. Category and
5. Staff member
To create a new record the first decision is to select an item from Category Selection (Combo 1). Some of the remaining combo boxes are relevant to some of the categories listed in the Category Selection list eg one category selection (say Action) requires only combos 2 and 3 to show for selection of a priority and status while category selection (Feedback) requires combos 3 and 4 ie status and category. Can code be written so that on the selection of an item in the Category Selection eg Action only combos 2 and 3 appear and combo 4 is hidden?
And at the same time a msgbox shows to verify the category selection made is the correct one?
I hope it is possible and look forward to hearing from the those who have gone before me tha I may learn.
Thanks for your consideration in anticipation.
Cheers
Marty