Hi guys,
I just have a question for most of you that have experience on it.
I have a data file in CSV.
I have used in the past excel macro to extract that CSV file to meet my requirement which is to keep wanted and delete unwanted rows from that data file in excel.
However, I notice that it's better that I use Access to manipulate some field of that data file, etc.. now I want to transfer all that work into an Access Database.
My question:
1/ Should I do all the extracting data in Excel, then import the result in Access?
2/ Should I import the whole raw content of csv, then use Access VBA to extract all wanted records only?
How would you do it?
Thanks
I just have a question for most of you that have experience on it.
I have a data file in CSV.
I have used in the past excel macro to extract that CSV file to meet my requirement which is to keep wanted and delete unwanted rows from that data file in excel.
However, I notice that it's better that I use Access to manipulate some field of that data file, etc.. now I want to transfer all that work into an Access Database.
My question:
1/ Should I do all the extracting data in Excel, then import the result in Access?
2/ Should I import the whole raw content of csv, then use Access VBA to extract all wanted records only?
How would you do it?
Thanks