C
Christine
Hi group,
I'm puzzled by this problem.
I need to replace commas in a document with "comma + space". I can't do this
in Excel because I get an error that says "Formula too long". I could do this
in Word, but I risk replacing commas not in the column I want to replace.
I imported my spreadsheet into Access and made this query:
UPDATE tblImportData
SET metadata = ", "
WHERE metadata = ","
But it doesn't work. There is no indication that it even starts to run.
I thought, well, OK, this isn't working, so I tried just a normal find and
replace on my metadata column. The find and replace only worked about half
the time. How can I get around this?
Thanks,
Christine
I'm puzzled by this problem.
I need to replace commas in a document with "comma + space". I can't do this
in Excel because I get an error that says "Formula too long". I could do this
in Word, but I risk replacing commas not in the column I want to replace.
I imported my spreadsheet into Access and made this query:
UPDATE tblImportData
SET metadata = ", "
WHERE metadata = ","
But it doesn't work. There is no indication that it even starts to run.
I thought, well, OK, this isn't working, so I tried just a normal find and
replace on my metadata column. The find and replace only worked about half
the time. How can I get around this?
Thanks,
Christine