C
Chuck W
I am trying insert a carriage return and line feed into a Access 2000 report
text box using the following code:
=IIf([Plant] Like "*service*","DO NOT USE RED BINS" & Chr(13) & Chr(10) &
"MUST BE VERIFIED BY QC",IIf([Plant]="Germany","MUST BE VERIFIED BY QC",""))
It seems to work in 2003, but my user is working in 2000, and every time I
try to generate the report it asks for a parameter value for Chr.
Any help would be greatly appreciated.
text box using the following code:
=IIf([Plant] Like "*service*","DO NOT USE RED BINS" & Chr(13) & Chr(10) &
"MUST BE VERIFIED BY QC",IIf([Plant]="Germany","MUST BE VERIFIED BY QC",""))
It seems to work in 2003, but my user is working in 2000, and every time I
try to generate the report it asks for a parameter value for Chr.
Any help would be greatly appreciated.