Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to format a memo type?

Status
Not open for further replies.

fterrazas

Technical User
Dec 29, 2000
43
0
0
ES
I've have a memo type field in a Database so how I format the field so when I print that field the printer doesn't print it in one single line, I want to format so the printer can print the field in separate lines.

Now:

blablablalcldlslslsksksksksksks.................etc

What I want:
blablablalcldlslslsksksksksksks.................
................................................
................................................ etc

I short terms format the memo type field so the printer can print in various lines not only one with all the text.
 
If you are entering the text manually into the DB Field you can use a ctrl-enter key combination. In vb you can use chr(13) + chr(10) which is a Line Feed and Carriage Return. Hope it helps.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top