I'm trying to get an Access 97 report to display a text string for each integer entered in the source table. Here's the pseudo-code for what I'm trying to achieve;
If table.class=1 Then report.class="Monitor"
Else If table.class=2 Then report.class="Grave"
Else If table.class=3 Then report.class="Critical"
End If
I simply cannot get this to work. Can someone, anyone please help me with this?!?
If table.class=1 Then report.class="Monitor"
Else If table.class=2 Then report.class="Grave"
Else If table.class=3 Then report.class="Critical"
End If
I simply cannot get this to work. Can someone, anyone please help me with this?!?