Re: Auto Resize
- From: Bipbop <Bipbop@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 27 Jun 2007 01:22:03 -0700
Thanks John
This still doesn't work.
The Control (text box) is named: Trainees Name
and I am now using the expression: =[First Names] & " " [Last Name]
I still get the error:
The expression you entered contains an invalid syntax
You may have entered an operand without an operator
"John Spencer" wrote:
If your field names have spaces then you MUST surround them with square.
brackets []. Also make sure you have spelled the names correctly and that
the control is NOT named the same as the fields you are using in the
expression.
=[First Names] & " " [Last Name]
--
John Spencer
Access MVP 2002-2005, 2007
Center for Health Program Development and Management
University of Maryland Baltimore County
..
"Bipbop" <Bipbop@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:EE9556B6-68B5-4B4A-B047-4DCDC693CA8D@xxxxxxxxxxxxxxxx
This is exactly what I want, (just first names and last name), but when I
create a text box in my report (certificate), and enter
=First Names & " " [Last Name]
I receive the error:
You have entered an operand without an operator.
What am I doing wrong?
"Marshall Barton" wrote:
Use a single text box with an expression like:
=Rank & " " & [First Name] & " " [Last Name]
--
Marsh
MVP [MS Access]
- Follow-Ups:
- Re: Auto Resize
- From: Rick Brandt
- Re: Auto Resize
- References:
- Re: Auto Resize
- From: John Spencer
- Re: Auto Resize
- Prev by Date: Re: Export report info into Excel?
- Next by Date: Truncation!
- Previous by thread: Re: Auto Resize
- Next by thread: Re: Auto Resize
- Index(es):
Relevant Pages
|