B
Biggles
How should this be written using an IN statement.
If [report rating] = "Unsatisfactory" Or [report rating] = "Needs
Improvement" Or [report rating] = "Inadequate" Or [report rating] =
"Adequate, except For" Then
MsgBox "This rating indicates there should be unsatisfactory phases.
Be sure to complete the boxes below"
End If
I am apparently so braindead I couldn't get it to work.
If [report rating] = "Unsatisfactory" Or [report rating] = "Needs
Improvement" Or [report rating] = "Inadequate" Or [report rating] =
"Adequate, except For" Then
MsgBox "This rating indicates there should be unsatisfactory phases.
Be sure to complete the boxes below"
End If
I am apparently so braindead I couldn't get it to work.