S
Steve
Hi
I created an import routine to bring a CSV file into a
new table in Access. However, much of this data (coming
from a proprietary format) contains quotes and spaces all
over the place. Example:
[ " 232"] (brackets added by me to represent the start
and end of field data)
I have been trying to create a function to replace the
spaces and quotes with nothing (leaving the 232), but
can't get it to work - primarily don't know how to search
for quotes in a string.
Any help is greatly appreciated.
I created an import routine to bring a CSV file into a
new table in Access. However, much of this data (coming
from a proprietary format) contains quotes and spaces all
over the place. Example:
[ " 232"] (brackets added by me to represent the start
and end of field data)
I have been trying to create a function to replace the
spaces and quotes with nothing (leaving the 232), but
can't get it to work - primarily don't know how to search
for quotes in a string.
Any help is greatly appreciated.