i have 3 text boxes 2 forms and 3 command buttons
when i click the command button i want the text inside the 3 text boxes to save inside a text file (thats in form1)
I need to repeat this couple of times so
every time I click command button it saves a new line (like the example below)
text1 text2 text3
text1 text2 text3
on form1 another button called command button2 will pop up form2
inside form2 i want a list box so the text file loads here. then buttun 3 on form2 will returen the select line back to the three text boxes
hope iam clear and i hope this isnt to much to do
iam having hard time to do this
i once accomplish to save a text to file but only keeps saves to the first line lol so everytime i press save it overides the previous information i dont want that
A BIG THANKS