Read and import a Csv file

gstylianou

Registered User.
Local time
Today, 11:08
Joined
Dec 16, 2013
Messages
359
Hi all,

I would like to have the help of the most experienced of you to be able to read and import data from an Csv file into a new table in my access database. I have tried some methods but unfortunally i cannot do that

Attached you can find both the Csv file and my database.I will apprechiate if anyone can directly modify my example

Thank you in advanced
 

Attachments

import a csv

do it manually with the external data wizard.

when you understand the options, you can automate it with
Code:
docmd.transfertext ….
 

Users who are viewing this thread

Back
Top Bottom