TRIM function not working - even using the label wizard!

  • Thread starter Thread starter HonSecGA
  • Start date Start date
H

HonSecGA

I have a database which was originally created in the previous version of
Access. Ever since I upgraded to 2007 my mailing labels do not work.

I tried creating new ones using the wizard and it comes up with the same
problem.
The problem is:
It does not recognise the trim function in the expression - when I click to
preview the report it asks me for TRIM - as if it is a missing field name!
I know the expression is correct because it is the one that the program
creates itself when using the wizard:
e.g.
=Trim([county] & [postcode])

I can't see how to fix this as it appears to be exactly as it is supposed to
be.
Any ideas why this is happening?
 
You shouldn't even need to use Trim(). Try just take it out:
=[Country] & " " & [PostCode]
Your issue might be one of references. Search Google on "access references"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

TRIM function 2
Report error - Trim 3
Mailing Labels 5
LABELS WIZARD 1
Access 2007 TRIM 1
Text function names ending in "$" 2
How to trim entries in a column or table 2
Trim not working 7

Back
Top