On Tue, 9 May 2006 01

20 +0100, Mettá wrote:
> I have first name and last name in a report and want then to size according
> to the content so that I get
>
> FirstName Last Name
>
> or
>
> First Last
>
> and not
>
> First Last
>
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=9164
> etc
Add an unbound control to the report.
Set it's control source to:
=[FirstName] & " " & [LastName]
Make sure the name of this control is neither FirstName nor LastName.
--
Fred
Please respond only to this newsgroup.
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=9164
I do not reply to personal e-mail