[AccessD] Report Layout

Stuart McLachlan stuart at lexacorp.com.pg
Mon Jun 23 23:05:54 CDT 2003


On 23 Jun 2003 at 23:50, Judy Johnson wrote:

> 
> 
> I'm working in Access 97 and am stumped - 
> I need to force a new line in some concatenated output on a report. 
> I've tried chr(10) and chr(13) and all I get on the report are 
> littlesquares wherever the chr() was in the string - and my text 
> contines as a long, word wrapped string.
> 

You need both of the above, in the correct order.  Either use 
"Chr$(13) & Chr$(10)"  or the built in constant vbCRLF


> I have an unbound text field on the report (txtActivity). The text 
> I'm trying to enter is working fine, except no line breaks.
> 
> Thanks.
> Judy


-- 
Lexacorp Ltd
http://www.lexacorp.com.pg
Information Technology Consultancy, Software Development,System Support.





More information about the AccessD mailing list