M
michael
The following update query does what it's supposed to do
except replace blank fields with "AC". All my permutations
have failed ... any advice please?
Regards,
michael
IIf([ANS_CODE]="OSO" Or [ANS_CODE]="" Or [ANS_CODE]="NYP"
Or [ANS_CODE]="REI","AC",IIf([ANS_CODE]="RUC","OS",
[ANS_CODE]))
except replace blank fields with "AC". All my permutations
have failed ... any advice please?
Regards,
michael
IIf([ANS_CODE]="OSO" Or [ANS_CODE]="" Or [ANS_CODE]="NYP"
Or [ANS_CODE]="REI","AC",IIf([ANS_CODE]="RUC","OS",
[ANS_CODE]))