Importing a CSV fiile

I

Igor T

Hi

I'm importing a CSV file. When I'm done importing it, all
text formated values have double quotes around them.

like
Period Name amount
"Jun" "Hommer" 10.34

I dont' want these quotation marks.
How do I get rid of them and prevent Access to add these
when importing?

Thanks
Igor
 
B

BerHav

Hi Igor

Change file name extension to .txt and then import. In the import wizards you should be able to define this

Bernd
 
Top