autofind and remove text + macro

D

Darren

I have a problem with an access database. The data is imported from a csv
file (Comma Separated Value) conseuently the database contains this sign " .
I want to remove all the " everytime I open the database automatically. how
can I do it? Any help?
 
D

Dennis

The import wizard or saved specification script for the import allows you to
specify that text strings are surrounded by "
When it imports it will then remove the "
 
Top