Hi,
I am relatively new to VB6 and have the following problem:
I need to create a "audit trail" of what has happed in the form and display it in a rich textbox. So basically I want to add the value of textbox1 to the end of the existing contents in richtextbox1 when I save the form.
How do I add text to the rich textbox without clearing the existing info?
Thanks
I am relatively new to VB6 and have the following problem:
I need to create a "audit trail" of what has happed in the form and display it in a rich textbox. So basically I want to add the value of textbox1 to the end of the existing contents in richtextbox1 when I save the form.
How do I add text to the rich textbox without clearing the existing info?
Thanks