I have seen much of the forum re csv etc but have not seen anything similar to my question!
my csv looks like this (actual values substituted for ease!)
xName,yName,zname
hello,hi,bye
good,better,worse
57,90,87
The first 'column' is always different -no duplicates
I need from within access to do a lookup e.g
get the 'n'th value on the line beginning hello
I prefer not to have to import the csv into a table and then read from it, I just want vba to read from it where it is. The csv is constantly changing
Any ideas
Thanks!!
my csv looks like this (actual values substituted for ease!)
xName,yName,zname
hello,hi,bye
good,better,worse
57,90,87
The first 'column' is always different -no duplicates
I need from within access to do a lookup e.g
get the 'n'th value on the line beginning hello
I prefer not to have to import the csv into a table and then read from it, I just want vba to read from it where it is. The csv is constantly changing
Any ideas
Thanks!!