Cardinal Richelieu
New member
There are four sections of data in the text file i am working with that loads up in a list box when the program runs. Now beside the list box are four separate textboxes that are directly linked to each of the four data categories. An Add function will add an entry to the listbox in proper format, a Delete Function will delete the selected entry. The only problem is the Edit function. Here's the question:
How do I get the code so that when the Edit button is clicked, all four entries (separated by commas in each entry) will show up completely separate from each other in their respective categories?
The four categories are:
Name (first and last)
Email address (including mail server)
Phone number
Age (two digits)
How do I get the code so that when the Edit button is clicked, all four entries (separated by commas in each entry) will show up completely separate from each other in their respective categories?
The four categories are:
Name (first and last)
Email address (including mail server)
Phone number
Age (two digits)