PC Review


Reply
Thread Tools Rate Thread

In Access memo field I need to replace hard returns with a space

 
 
=?Utf-8?B?TXVzZW5zb2hu?=
Guest
Posts: n/a
 
      21st Feb 2006
I've been able to set up a query to display the field with all of the hard
returns but I don't know how to replace them permanently.
Thank you.

----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.

http://www.microsoft.com/office/comm....public.access
 
Reply With Quote
 
 
 
 
Rick B
Guest
Posts: n/a
 
      21st Feb 2006
Why did you post this as a suggestion? That would indicate that you want
Microsoft to somehow address this in a future release of the application,
and you wish for people to vote on the validity of your request.


--
Rick B



"Musensohn" <(E-Mail Removed)> wrote in message
news:103E1893-6C91-4F35-B526-(E-Mail Removed)...
> I've been able to set up a query to display the field with all of the hard
> returns but I don't know how to replace them permanently.
> Thank you.
>
> ----------------
> This post is a suggestion for Microsoft, and Microsoft responds to the
> suggestions with the most votes. To vote for this suggestion, click the "I
> Agree" button in the message pane. If you do not see the button, follow
> this
> link to open the suggestion in the Microsoft Web-based Newsreader and then
> click "I Agree" in the message pane.
>
> http://www.microsoft.com/office/comm....public.access



 
Reply With Quote
 
fredg
Guest
Posts: n/a
 
      21st Feb 2006
On Tue, 21 Feb 2006 06:36:27 -0800, Musensohn wrote:

> I've been able to set up a query to display the field with all of the hard
> returns but I don't know how to replace them permanently.
> Thank you.
>
> ----------------
> This post is a suggestion for Microsoft, and Microsoft responds to the
> suggestions with the most votes. To vote for this suggestion, click the "I
> Agree" button in the message pane. If you do not see the button, follow this
> link to open the suggestion in the Microsoft Web-based Newsreader and then
> click "I Agree" in the message pane.
>
> http://www.microsoft.com/office/comm....public.access


If your version of Access supports gthe Replace function you can use
it to replace all the returns right now.

Create an Update Query:

Update YourTable Set YourTable.[FieldName] =
Replace([FieldName],chr(13) & chr(10)," ");

--
Fred
Please respond only to this newsgroup.
I do not reply to personal e-mail
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Memo Field - Access 03, allow user to insert hard return? SBecker Microsoft Access 5 13th Oct 2009 05:10 PM
Hard Returns in MEMO Field? (All as text) BlueWolverine Microsoft Access 3 8th Dec 2008 04:34 PM
Is it possible to replace soft returns with hard returns? rgmcfadden Microsoft Word Document Management 2 8th Oct 2008 03:51 PM
Replace all soft returns with hard returns =?Utf-8?B?U3R5bGUtdGFtZXI=?= Microsoft Word Document Management 2 31st Jan 2007 11:09 PM
Removing excel carriage returns from access tex/memo field RRH Microsoft Access Queries 2 24th Nov 2003 03:01 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:44 PM.