Findind and Replacing data in a table with many reocrds

makku

New member
Local time
Today, 22:42
Joined
Oct 7, 2008
Messages
6
I have table that has more than 2M records, on an Access 97 Access database.

I am trying to replace the letter 'm' in a particular field with 'Me'. I noticed that after an x amount of records Access stops and gives this message: " You can't replace the current value of the field with the replacement text".

I press ok and another message notifing me that I wont be able to undo the Replace operation. I click Yes to go ahead.

As mentioned before only an x amount of records are being replaced. So I have to re-do the find and replace procedure until there are no more records to be replaced.

Is there a way to increase the limit that acess can handle when using the replace function?
 
Use an update query and the Replace() function. See what you can do with those.
 
I cannot use an update query since i have a problem with case sensitivity eg. I want to specifically change records that have an "m" and not "M".


Therefore i am using "match case" in Find & Replace.


regards,
 

Users who are viewing this thread

Back
Top Bottom