I've got 2 forms - one to enter info and one to display it. The first problem I have is that the first screen you see is the one that displays the information, so it needs to get the data from a text file. The second problem is that when you enter the data on the second screen it is supposed to update the display screen (screen one).
How can i get the information to display and update using text files? And can i use
labelname.caption = formname.textboxname
to display all of the entered data on the display screen and then write it all to the text file to update it? Also, when I write to the text file will it overwrite anything that's already there or will it just add to it?
Sorry if this seems like a lot, but if anyone can help, I'd really appreciate it.
Thanx
J181
How can i get the information to display and update using text files? And can i use
labelname.caption = formname.textboxname
to display all of the entered data on the display screen and then write it all to the text file to update it? Also, when I write to the text file will it overwrite anything that's already there or will it just add to it?
Sorry if this seems like a lot, but if anyone can help, I'd really appreciate it.
Thanx
J181