I have a program that has a form with a multi line textbox for entering data. It is linked to an access memo field. The program also has a form where you can view the memos you have entered and also print them.
The problem I am having is, The code I have to print the memo is just to print the text box. Since there are no returns because the textbox has wordwrap, it tries to print one straight line across the page.
How do I get the printer to print in multi lines without the person hitting enter on each line they enter into the textbox.
BJ
