Importing .csv data each as an Individual Record

manix

Registered User.
Local time
Today, 07:07
Joined
Nov 29, 2006
Messages
100
Man I thought this would be simple, but it quite clearly isn't!

I have a .csv file that contains around 250 email addresses. I simply want to import these into an Access table, each email creating a new record!

NO using the import function only seems to allow you to import data as long as each separate piece of data is on field in a record! I understand whent this might be the case, but why the hell can I not import it so each piece of data is a separate record in the table!!!!!!!!!!!

Please note I understand some sort of complex query may do it, but I am not that experienced with that yet and so don't know how it's done!

Please can anyone offer a simple solution? From where I am sitting, there does not appear to be one!!!!

Thanks.
 
It may be very easy to do with some VBA coding.... if you are up for that...

Post a peace of your file (or make up a bit that looks like it to prevent spammers from finding email addresses online)
 

Users who are viewing this thread

Back
Top Bottom