I'm writing a report in Access 2003. I have a field [esstatuste] that will contain one of three options: supervised, unsupervised or null. I'm trying to create a text box that will show either "UNSUPERVISED", "SUPERVISED" or nothing based on those three options. Here's what I tried but I get only blanks with this expression:
=IIf(([esstatuste]="unsupe
rvised","U
NSUPERVISE
D"),IIf([e
sstatuste]
="supervis
ed","SUPER
VISED"))
Please help. Thanks.
Start Free Trial