473,326 Members | 2,173 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,326 software developers and data experts.

How Do I Get Rid Of Coded Characters In An Access Database Memo Fields

The letter or symbol " ì " appears in the memo field of my Access
database. I tried to use search and replace to delete it, but even
though I can see it the search and replace feature can not find it.

It appears that the " ì " is a line feed symbol because when I paste
a passage into Microsoft Word it appears at the end of a line before a
paragraph mark.

The memo field is the passage field in my KJV Bible database, so there
are over 31,000 records affected by the symbol. Below is a sample:
And the earth was without form, and void; and darkness {was} ì
upon the face of the deep. And the Spirit of God moved upon the ì
face of the waters.

How do I delete the symbol from the field? The database was
originally prepared in Lotus Approach and converted to an Access
database.

Thanks in advance for any help you may be able to provide.

bu**********@yahoo.com

Nov 12 '05 #1
3 3198
First, find out what Ascii character the symbol is, e.g.:
? Asc(Right("And the earth was without form, and void; and darkness {was}
ì",1))
You can the use the Replace function to replace it with (say) a space:
Replace("And the earth was without form, and void; and darkness {was} ì",
Chr(236), " ")

Do that in an Update query to apply it to all records in your table.

--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html

"Bugga Bugga" <bu********@nomail.com> wrote in message
news:tu********************************@4ax.com...
The letter or symbol " ì " appears in the memo field of my Access
database. I tried to use search and replace to delete it, but even
though I can see it the search and replace feature can not find it.

It appears that the " ì " is a line feed symbol because when I paste
a passage into Microsoft Word it appears at the end of a line before a
paragraph mark.

The memo field is the passage field in my KJV Bible database, so there
are over 31,000 records affected by the symbol. Below is a sample:
And the earth was without form, and void; and darkness {was} ì
upon the face of the deep. And the Spirit of God moved upon the ì
face of the waters.

How do I delete the symbol from the field? The database was
originally prepared in Lotus Approach and converted to an Access
database.

Thanks in advance for any help you may be able to provide.

bu**********@yahoo.com

Nov 12 '05 #2
Found out how to do it.

Move pointer to left of character. Hold down shift key and use right
arrow to move over character. Press Ctrl-C, paste into find box.
Select Beside match select "Any Part of Field" and presto it'd done,
BUT you can not undue these changes.

BB


On Sat, 04 Oct 2003 04:59:35 GMT, "Allen Browne"
<ab***************@bigpond.net.au> wrote:
First, find out what Ascii character the symbol is, e.g.:
? Asc(Right("And the earth was without form, and void; and darkness {was}
ì",1))
You can the use the Replace function to replace it with (say) a space:
Replace("And the earth was without form, and void; and darkness {was} ì",
Chr(236), " ")

Do that in an Update query to apply it to all records in your table.


Nov 12 '05 #3
Thank you. I'll give it a try.

BB

On Sat, 04 Oct 2003 04:59:35 GMT, "Allen Browne"
<ab***************@bigpond.net.au> wrote:
First, find out what Ascii character the symbol is, e.g.:
? Asc(Right("And the earth was without form, and void; and darkness {was}
ì",1))
You can the use the Replace function to replace it with (say) a space:
Replace("And the earth was without form, and void; and darkness {was} ì",
Chr(236), " ")

Do that in an Update query to apply it to all records in your table.


Nov 12 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Adam | last post by:
I am importing a table from Informix into Access XP via an ODBC connection. In one of the fields, I will need it to allow 4000 characters. In Access help, it shows the data type can be changed to...
28
by: Lee Rouse | last post by:
Hello all, This is going to be a rather lengthy "question". I have an Access 2k database, separated front end/back end. Front end copies are on about 30 workstations and used frequently during...
10
by: mbev | last post by:
I would like to have in a field a big amount of text with a size more than 64K. This field will have text and HTML tags. Is there a way to do this in access? Ok, I may be I need to explain myself...
0
by: htmlgeek | last post by:
I'm adding and updating records in an Access .mdb via WWW .asp page. Authored in Dreamweaver 2004 MX. Help is welcome on this one. I have a great set of pages that work fine, but it seems that...
9
by: ssb | last post by:
Hi, As I understand, in MS-Access, the maximum length of data type "TEXT" is 255. Therefore, I am able to store a maximum of 255 characters only in the column cells. Is there a way to store...
1
by: Suffrinmick | last post by:
Hello Everyone I've built a database using Access 2000 which includes a query which is built using a form containing filters. No problem. When I export the results of the query to excel, (File >...
13
by: Owen Jenkins | last post by:
Following on from an earlier post... I can reliably corrupt a record by doing the following ... Open two separate but identical front ends on one PC each linking to the same back end. Edit a...
13
by: Jack B | last post by:
I'm using Access 2002 to create a database for a small opera company that my wife is involved in, and I'm more than a bit rusty because I haven't created a new Access database since about 1999. ...
5
by: betaphase | last post by:
I am new to Access and I'm having trouble with a database someone else created. I am wondring why I am not being able to insert more than 255 characters to a memo field in Access 2003. We need a...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.