Search and Replace Paragraph Marks

J

Jayne

Hi

Is it possible to carry out a search and replace for
paragraph marks on an MS Access 2000 table. I need to
remove them from the table.

Thanks

Jayne
 
M

MacDermott

This will probably require a little VBA coding; you could use the Replace
function and vbCrLf.

Post back if you require details.

HTH
- Turtle
 
K

Ken Snell

Or create an update query that modifies one or more fields using the Replace
function.
 
M

MacDermott

Remembering, of course, that the Replace function itself cannot be used
directly in a query.
That's where the "little bit of VBA coding" comes in -
to create a wrapper function in a standard module.

- Turtle
 
K

Ken Snell

Actually, it can be used directly in ACCESS 2002 and 2003, and in patched
versions (SP6 I think) of ACCESS 2000.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top