how can I print last lines of a memo? *please help*

yepwingtim

Registered User.
Local time
Today, 00:38
Joined
Jun 6, 2008
Messages
126
when i print, it always prints the beginning and not the end of the line.
I don't have the space to print all of the lines so i prefer to print the end of the line only to save paper.

Thanks guys
________
Vapir One Review
 
Last edited:
Figure out how many characters you can print and use this as your control source for the text box:

=Right([YourFieldName], X)

where X is the number of characters you want to print.
 

Users who are viewing this thread

Back
Top Bottom