brendanchris
Technical User
Hi there
I have a problem that keeps occurring in a select query. Basically I have used the expression builder to set the criteria of a memo field in the query to be as follows:
Not Like "*\fs## ?*
\par }*"
It is an rtf coded field so it is important that I have the carriage return in the criteria. The works well when the return is there, but obviously does not return what I am after when the return is not in the criteria.
The carriage return seems to disappear whenever you go back into the mdb and alter some other query (not necessarily the one that contains this criteria).
It turns into the following:
Not Like "*\fs## ?* \par }*"
Is there anyway to stop this happening, or alternatively, write the crtieria is some other way to force the carriage return to stay in the "not like" criteria?
Thanks in advance
BC
I have a problem that keeps occurring in a select query. Basically I have used the expression builder to set the criteria of a memo field in the query to be as follows:
Not Like "*\fs## ?*
\par }*"
It is an rtf coded field so it is important that I have the carriage return in the criteria. The works well when the return is there, but obviously does not return what I am after when the return is not in the criteria.
The carriage return seems to disappear whenever you go back into the mdb and alter some other query (not necessarily the one that contains this criteria).
It turns into the following:
Not Like "*\fs## ?* \par }*"
Is there anyway to stop this happening, or alternatively, write the crtieria is some other way to force the carriage return to stay in the "not like" criteria?
Thanks in advance
BC