-----Original Message-----
Here is what I have entered:
SELECT [ID] & "." AS Expr1, [question] AS Expr2, IIf
([Graph1Title]<>"",[Graph1Title],"") AS Expr11, IIf
([Graph2Title]<>"",[Graph2Title],"") AS Expr12, IIf (([Ques
form]="MC" or [Ques form]="MA") And [dist1]<>"","(CR)
A. " & [dist1],"") AS Expr5, IIf(([Ques form]="MC" Or
[Ques form]="MA") And [dist2]<>"","(CR)
B. " & [dist2],"") AS Expr6, IIf(([Ques form]="MC" or
[Ques form]="MA") And [dist3]<>"","(CR)
C. " & [dist3],"") AS Expr7, IIf(([Ques form]="MC" or
[Ques form]="MA") And [dist4]<>"","(CR)
D. " & [dist4],"") AS Expr8, IIf(([Ques form]="MC" or
[Ques form]="MA") And [dist5]<>"","(CR)
E. " & [dist5],"") AS Expr9, IIf(([Ques form]="MC" or
[Ques form]="MA") And [dist6]<>"","(CR)
F. " & [dist6],"") AS Expr10, IIf([Ques form]="ES","
(CR) essay","(CR)
ans: " & [answer]) AS Expr3, "(CR)
category:" & [template] AS Expr4
FROM TempTest;
(NOTE: The (CR) in the above are not actually included in
my SQL, I put them in to make sure that it would be
understood correctly.
After saving the queryall the (CR) are no longer present.
I have also tried manipulating the entries in the
expression editor and the same thing happens.