I am looking for a solution that would allow me to do the following:
Find [.] and replace ['']<--this is intended to be a blank value. I thought I could search for Chr(46) so I wouldn't need to worry about spaces in front or behind the period.
I would like the search to be of the entire table, not just one field or column. It needs to be global.
I am working in MS Access 2003 and have been running into a "you can't replace the current value of the field with the replacement text" statement; this information box presents after about 58,000 replacements.
Any help would be appreciated...
Find [.] and replace ['']<--this is intended to be a blank value. I thought I could search for Chr(46) so I wouldn't need to worry about spaces in front or behind the period.
I would like the search to be of the entire table, not just one field or column. It needs to be global.
I am working in MS Access 2003 and have been running into a "you can't replace the current value of the field with the replacement text" statement; this information box presents after about 58,000 replacements.
Any help would be appreciated...