> Try it, David.
>
[quoted text clipped - 39 lines]
>>>> Windows XP
>>>> Office 2002 AND Office 2003
Hi David,
In the Other section of the text box properties there is a property called
"Enter Key Behavior." Change it to "New Line in Field."
Cheers.

Signature
Ken Hudson
> How do you force a line return inside a text box?
> I have tried a simple press of the Enter button but that only ends my
[quoted text clipped - 49 lines]
> >>>> Windows XP
> >>>> Office 2002 AND Office 2003
For this case, you are probably better off using separate text boxes, so
they Can Shrink. It can get more messy where you are combining several
fields with optional line breaks.
If you want to do it anyway, you need to add a Carriage Return and Line
Feed:
=[Address1] & Chr(13) & Chr(10) & [Address2]

Signature
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.
> How do you force a line return inside a text box?
> I have tried a simple press of the Enter button but that only ends my
[quoted text clipped - 49 lines]
>>>>> Windows XP
>>>>> Office 2002 AND Office 2003
David French - 03 Jan 2006 14:22 GMT
I'm really not seeing any of this working at ALL.
I have tried all of these suggestions (not the <CR> or <LR> yet) but I don't
see how the shrinking is helping at all.
I still end up with a space where I don't WANT a space.
I hope this works out on here as far as attempting to visually describe what
I'm seeing.
Dave French
123 Somewhere Street
Suite 99
Anywhere, NY 12345
Now...even if I tell the text box that contains the "Suite 99" to shrink I
still end up with:
Dave French
123 Somewhere Street
Anywhere, NY 12345
OK...the box shrank....but the City, ST ZIP box has no instruction to move
UP.
Still Confused,
Dave
> For this case, you are probably better off using separate text boxes, so
> they Can Shrink. It can get more messy where you are combining several
[quoted text clipped - 57 lines]
>>>>>> Windows XP
>>>>>> Office 2002 AND Office 2003
Allen Browne - 03 Jan 2006 15:06 GMT
It does work, David.
To see an example, open the Northwind sample database, and run the Customer
Labels report. The report shows address boxes shinking and growing according
to the data in the Customers table.
You can delete everything in the Address field for customer:
Cactus Comidas para llevar
to see the "Buenos Aires 1010" move right up under the customer name.

Signature
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.
> I'm really not seeing any of this working at ALL.
> I have tried all of these suggestions (not the <CR> or <LR> yet) but I
[quoted text clipped - 84 lines]
>>>>>>> Windows XP
>>>>>>> Office 2002 AND Office 2003
David French - 09 Jan 2006 14:39 GMT
Well Allen,
I have compared everything from 'soup to nuts' between both databases.
The only thing that has worked at ALL is to copy the fields from the
Northwind sample report and paste them into MY report and then changing the
field names in the text boxes. This HAS finally worked although I don't see
what parameter I missed.
Copy and paste is easier anyway.
Don't argue with SUCCESS!!
Thank you for your help!
Dave French
> It does work, David.
>
[quoted text clipped - 94 lines]
>>>>>>>> Windows XP
>>>>>>>> Office 2002 AND Office 2003