R
Robert Neville
I need to clean up and organize a memo field in order to make more
legible. Presently, the memo field has a dash and a space where I
would like to insert a paragraph mark. The process should search for a
dash and a space; and replace with a carriage return and line feed
characters plus the dash and space should remain.
Access native find and replace does not document if you insert a
paragraph marks. Word's find and replace engine has this abilities
through a wildcard command, ^p. In addition, I have coded a regular
expression routine tied to a vbscript reference. The routine iterate
through an Access table with both patterns and replacement, yet the
routine has trouble with vbCrLF in the replacement field. It treats as
literal text. Otherwise the routine works great. I have not explored
a query a great deal. Please let me know if you could lead in the
right direction.
legible. Presently, the memo field has a dash and a space where I
would like to insert a paragraph mark. The process should search for a
dash and a space; and replace with a carriage return and line feed
characters plus the dash and space should remain.
Access native find and replace does not document if you insert a
paragraph marks. Word's find and replace engine has this abilities
through a wildcard command, ^p. In addition, I have coded a regular
expression routine tied to a vbscript reference. The routine iterate
through an Access table with both patterns and replacement, yet the
routine has trouble with vbCrLF in the replacement field. It treats as
literal text. Otherwise the routine works great. I have not explored
a query a great deal. Please let me know if you could lead in the
right direction.