Charlotte Foust
cfoust at infostatsystems.com
Tue May 25 19:19:45 CDT 2004
Where are you trying to cause a carriage return, in the display? vbCRLF is the equivalent of Chr(13) + Chr(10). In some cases, trying to use them in the data displayed causes the appearance of mysterious little boxes which represent the non-printing characters. I usually handle this in code instead and set the text box value to the resulting string. Charlotte Foust -----Original Message----- From: connie.kamrowski at agric.nsw.gov.au [mailto:connie.kamrowski at agric.nsw.gov.au] Sent: Tuesday, May 25, 2004 3:12 PM To: accessd at databaseadvisors.com Subject: [AccessD] Quick Question Mental block here ... if I am using a text box to display text in the format ="this is my text" & [text field] & "." how do I use Char13 to cause a carriage return? I am having a mental block and can't for the life of me remember how to do this. Connie Kamrowski Analyst/Programmer Information Technology NSW Agriculture Orange Ph: 02 6391 3250 Fax:02 6391 3290 This message is intended for the addressee named and may contain confidential information. If you are not the intended recipient or received it in error, please delete the message and notify sender. Views expressed are those of the individual sender and are not necessarily the views of their organisation. -- _______________________________________________ AccessD mailing list AccessD at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/accessd Website: http://www.databaseadvisors.com