I have created an event proceedure attached to a drop down list, and when the value changes, I have created the following code:
If QuestionType = "TF" Then
For j = 1 To 5
If j < 3 Then
Me.Controls("Correct" & j).Enabled = True
Else
Me.Controls("Correct" & j).Enabled = False...