I want to view reports in visual basic. when I read data out of a database and send it to a richtextbox
it overwrites the first line of the richtextbox over and over again. This results in the last line of the
report showing in the richtextbox only. How do I make the richtextbox show each line of the report.
I have used a listbox with a list1.additem statement, but I would prefer to use a richtextbox so I can
controll fonts and size of text as it is displaying in the richtextbox.