how to justify text in memo field of a form and a report? i need some sort of code that keeps the text in memo field justified. there are only 3 options of text align, right,left, distributed. i want justify property. how to get that. pls help me out!!!
How to justify text in memo field?
Collapse
X
-
Tags: None
-
You have answered your own question - justification is not an option provided by Access and cannot be implemented without the use of variable-width spacing between characters, which textbox controls cannot do.
-Stewart -
-
As I have mentioned there is no property which can be set, nor is there an alternative in code which truly justifies text. Some approaches have been taken over the years by using multiple space characters to mimic partial full justification, but without the ability to control spacing by small specific increments it is simply not possible to implement such techniques correctly.
Fully-justified text is provided by Word itself and can be done either by exporting the results to Word, or using Word as an embedded object within your forms etc. This is not something I have used - I have not found it necessary use fully-justified text in any work I've ever done with Access - so I cannot comment further.
-StewartComment
-
i guess, there is no way to do that. what about the code at following link
i tried to figure it out, but could not understand! can someone ll look at it please and reply me!Comment
-
Comment