C
Carol Consolo
Given the following expression attached to a control named Surviving Spouse,
does anyone know why I would continually receive a message saying "Syntax
error (comma) in query expression" every time I attempt to run the report?
Everything is spelled correctly, etc. and it does exactly what I need it to
do (on paper).
IIf([MaritalStatus]="Widowed","",IIf([Sex]="Male" And
[MaritalStatus]="Married",[Wife's Maiden Name],IIf([Sex]="Female" And
[MaritalStatus]="Married",[KINFIRST] & " " & [KINLAST],"Not Applicable")))
Help would REALLY be appreciated.
Thanks.
does anyone know why I would continually receive a message saying "Syntax
error (comma) in query expression" every time I attempt to run the report?
Everything is spelled correctly, etc. and it does exactly what I need it to
do (on paper).
IIf([MaritalStatus]="Widowed","",IIf([Sex]="Male" And
[MaritalStatus]="Married",[Wife's Maiden Name],IIf([Sex]="Female" And
[MaritalStatus]="Married",[KINFIRST] & " " & [KINLAST],"Not Applicable")))
Help would REALLY be appreciated.
Thanks.