Microsoft
Software
Hardware
Network
Question : Syntax language for Access Labels?
Hi there.
This is a very easy question - but I am struggling!!!
I'm creating a report in access 2007, and I want a text showing feild names. Eg. Mr Jon Doe... Mr = title field, jon = 1st name field, and Doe = surname field.
I am able to get one field showing by a using a text box with the following
="TPS Introduction Call for: " & [title]
which shows the title - great!
But when I try the following
="TPS Introduction Call for: " & [title] " " & [Surname]
I get a syntax error....
What am I doing wrong!?
Answer : Syntax language for Access Labels?
You need another ampersand:
="TPS Introduction Call for: " & [title] & " " & [Surname]
You must "offset" all your variables with amepersands
Random Solutions
Printer Migration from Windows 2003 to Windows 2008 R2
Finding file owner - getting an error: identity references could not be translated
Oracle Fail Safe Setup
VC++ hiding console
Unable to copy and paste files through remote desktop
Cannot boot into Windows 7 partition (Blinking cursor) after using Acronis Disk Director resize
VMware, vSphere Virtual Machine and Disk Errors "invalid disk type 7" and "cannot detect guest operating system type"
Red "X" appears in the icon for a mapped network drive in Windows 7, even though you can successfully access the drive
namespace question
How can I prevent my object being overwritten in a for loop?