I have a .txt that has tab delimited values and I need to parse this data and add it to a table in an Access database. I can't think of an efficent way of doing this. I have tried using string manipulation functions to parse all the data out serpately, but that is not working the way I had hoped. Are there any easier options out there to take data from a text file and add it to a db?
Thanks
Thanks