What is the quickest way to move data from a csv/txt file into an existing table in MSAccess?
I browse for the file using openfiledialog....
Assume I know everything in the txt file is gold (no errors at all) -- do I have to put it into a datagrid or something and then move into an access table? or can I move it straight over?
I was going down the path of building a procedure in VBA in my database -- I would pass this VBA procedure the path from my openfiledialog and then (using DoCmd.TransferText...) transfer data straight from the file into the existing table. Since I can't figure out how to run this procedure from VB.NET, I thought there must be a better way....
I have no interest in viewing/editing data -- I just want a fast transfer - what is the best way (keeping in mind I am still new here)?
Thanks.
Dave
I browse for the file using openfiledialog....
Assume I know everything in the txt file is gold (no errors at all) -- do I have to put it into a datagrid or something and then move into an access table? or can I move it straight over?
I was going down the path of building a procedure in VBA in my database -- I would pass this VBA procedure the path from my openfiledialog and then (using DoCmd.TransferText...) transfer data straight from the file into the existing table. Since I can't figure out how to run this procedure from VB.NET, I thought there must be a better way....
I have no interest in viewing/editing data -- I just want a fast transfer - what is the best way (keeping in mind I am still new here)?
Thanks.
Dave