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
How to get a one-to-many result set in mysql
Flash screen in vb.net 2005
Create a list of users in Active Directory whose account has been locked out for 90 days
How to configure Remote SPAN or alternative option on HP Procurve 2626-PWR switch ?
'similar items' thumbnail linkusing php and mysql
Silverlight 4 Async_ExceptionOccurred
fully uninstall Acrobat 8.2.2
Default User/Password for Panasonic DP-C405 Web Interface
navigation buttons wrapping funny
Sorting to Excel workbook to different sheets