L
liznewhome
Greetings,
I am an Access Neophyte, self-teaching as I set up a client database
for my company. I am trying to run a query that will return info from
4 expressions; each using a different field. Expression 2 returns the
expected data. All the others return "#Error"
What am I doing wrong?
Expr2: IIf([Pregnant]="Yes","1","0")
Expr3: IIf([IV_Drug_User]="Yes","1","0")
Expr4: IIf([SACPA_Probation]="Yes","1","0")
Expr5: IIf([SACPA_Parole]="Yes","1","0")
Thanks so much1
Liz
I am an Access Neophyte, self-teaching as I set up a client database
for my company. I am trying to run a query that will return info from
4 expressions; each using a different field. Expression 2 returns the
expected data. All the others return "#Error"
What am I doing wrong?
Expr2: IIf([Pregnant]="Yes","1","0")
Expr3: IIf([IV_Drug_User]="Yes","1","0")
Expr4: IIf([SACPA_Probation]="Yes","1","0")
Expr5: IIf([SACPA_Parole]="Yes","1","0")
Thanks so much1
Liz