R
Renee
Guest
I have text files with the following format:
column1 = value 1
column2 = value 2
column3 = value 3
etc.
I don't know the name of this file format but I have heard that it is Microsoft friendly.
I'd like to be able to parse through the text file, looking for 'column 2' for example, then get the value for column 2 and store it in a variable (that would then display on a form and if the user accepts it get saved to a table.)
In another software program (Wonderware) we used a function called INIReadString to do this. I haven't been able to figure out how Access/VBA handles this but I am hoping that there is some way.
I'd greatly appreciate any help or ideas of where else to look for help.
column1 = value 1
column2 = value 2
column3 = value 3
etc.
I don't know the name of this file format but I have heard that it is Microsoft friendly.
I'd like to be able to parse through the text file, looking for 'column 2' for example, then get the value for column 2 and store it in a variable (that would then display on a form and if the user accepts it get saved to a table.)
In another software program (Wonderware) we used a function called INIReadString to do this. I haven't been able to figure out how Access/VBA handles this but I am hoping that there is some way.
I'd greatly appreciate any help or ideas of where else to look for help.