Caption = "Account Supervisor, Account Manager, or Department manager"
Height = 375
Index = 1
Left = 240
TabIndex = 1
Top = 1440
Width = 7455
End
Begin CommandButton Command1
Caption = "Senior Executive"
Height = 375
Index = 0
Left = 240
TabIndex = 0
Top = 960
Width = 7455
End
Begin Label Label1
BackColor = &H00800080&
Caption = "We have guessed at the title hierarchy at WE, and there are too many titles at the agency to list them all. Select a job title that approximates your level of responsibility."
ForeColor = &H00FFFFFF&
Height = 495
Left = 240
TabIndex = 9
Top = 240
Width = 7455
End
Sub Command1_Click (index As Integer)
Question5 = ""
Select Case index
Case 0
Question5 = "1"
Case 1
Question5 = "2"
Case 2
Question5 = "3"
Case 3
Question5 = "4"
Case 4
Question5 = "5"
Case 5
Question5 = "6"
Case 6
Question5 = "7"
Case 7
Question5 = "8"
End Select
If Question5 <> "" Then
ques6.Show
MsgBox ("Please answer the current question before moving on!")
End If
End Sub
Sub Command2_Click ()
response = MsgBox("Do you really want to close without sending in your responses?", 1, "Are you sure?")