Robbyp2001
Registered User.
- Local time
- Today, 14:24
- Joined
- Oct 8, 2011
- Messages
- 143
Hello folks, I wonder if anyone here can help me? I have form which contains a number of combo boxes, but there are two of particular interest. [Target Level] and [Target Grade]
Each database record has a Year Group number 7, 8, 9, 10, 11, 12 or 13 and this number determines which of the combo boxes is used.
Year Groups 7-9 will populate Combo box [Target Level] but not [Target Grade], whilst Year Groups 10-13 will populate [Target Grade] but not [Target Level].
It seems pretty straightforward but I find users are accidentally populating the wrong combo box. What I’d like to do therefore is set the combo boxes to become invisible when not required. So:
Yeargroup Combo [Target Level] visible Combo [Target Grade] visible
7 ...................................Yes ...............................................No
8 ...................................Yes ...............................................No
9 ...................................Yes ...............................................No
10 .................................No ................................................Yes
11 .................................No ................................................Yes
12 .................................No ................................................Yes
13 .................................No ................................................Yes
Is this possible? It would certainly make it very difficult to enter data into the wrong field.
Thanks folks
Rob
Each database record has a Year Group number 7, 8, 9, 10, 11, 12 or 13 and this number determines which of the combo boxes is used.
Year Groups 7-9 will populate Combo box [Target Level] but not [Target Grade], whilst Year Groups 10-13 will populate [Target Grade] but not [Target Level].
It seems pretty straightforward but I find users are accidentally populating the wrong combo box. What I’d like to do therefore is set the combo boxes to become invisible when not required. So:
Yeargroup Combo [Target Level] visible Combo [Target Grade] visible
7 ...................................Yes ...............................................No
8 ...................................Yes ...............................................No
9 ...................................Yes ...............................................No
10 .................................No ................................................Yes
11 .................................No ................................................Yes
12 .................................No ................................................Yes
13 .................................No ................................................Yes
Is this possible? It would certainly make it very difficult to enter data into the wrong field.
Thanks folks
Rob