K
KHS
I have two fields which I would like to link in my report with
carriage return: The fields are "Question" and "Answer":
i.e.
Question (Carriage Return)
Answer
I tried to name a field "Quest" and define the control source as:
=[Question] & VbCrLf & [Answer]
When I run the report it changes this field to
=[Question] & [VbCrLf] & [Answer]
Which, of course, shows this field as #Name?
Is there a better way for me to do this
carriage return: The fields are "Question" and "Answer":
i.e.
Question (Carriage Return)
Answer
I tried to name a field "Quest" and define the control source as:
=[Question] & VbCrLf & [Answer]
When I run the report it changes this field to
=[Question] & [VbCrLf] & [Answer]
Which, of course, shows this field as #Name?
Is there a better way for me to do this