It has been a long time for me with VB and a lot has been forgotten. I have done searching and have not really found the exact help that I have been looking for.
I am just curious to know how to read a txt file after entering a search string in to a txt box and hitting the "search" button on the form.
So basically you enter a number in the "product code txt box" and hit search. Now the result from the initiated search will populate the 5 read-only txt fields. Each "product code" search will always have 5 fields to fill. I have attached a simple picture of how to program layout will be.
How will the layout for the txt file have to be?
Could it be something like this
1234 txtbox1, txtbox2, txtbox3, txtbox4, txtbox5
Where 1234 represents the product code and the information for the other txtboxs can be separated by a ,
What code will I need to get me started with this?
Any help is welcome. Thanks!
I am just curious to know how to read a txt file after entering a search string in to a txt box and hitting the "search" button on the form.
So basically you enter a number in the "product code txt box" and hit search. Now the result from the initiated search will populate the 5 read-only txt fields. Each "product code" search will always have 5 fields to fill. I have attached a simple picture of how to program layout will be.
How will the layout for the txt file have to be?
Could it be something like this
1234 txtbox1, txtbox2, txtbox3, txtbox4, txtbox5
Where 1234 represents the product code and the information for the other txtboxs can be separated by a ,
What code will I need to get me started with this?
Any help is welcome. Thanks!