Access 2003 parameter values and trim

G

Guest

I want to produce mailing labels from Access 2003 by creating a new report.
No problem with this, but when I open the report a window appears named
'Parameter Values' and asks me to insert a Trim value. If I ignore this all
the lines on my labels show as #Error. Some other sites have suggested that
I open the file in design view, click on tools and then References, but
References does not show in the drop-down box when I click on Tools. Can
anyone provide a simple solution? Thanks
 
D

Duane Hookom

You must open any code module and then select Tools->References. This allows
you to find MISSING references and correct them.
 
J

Jeff L

It sounds to me like you have some wrong syntax somewhere. Trim is a
function in Access that removes trailing and leading spaces in a field.
If you have that in a field on the report, the syntax would be
=Trim(YourFieldName).

Hope that helps!
 

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
Trim function in Access 2007 asking for parameter 2
Trim 1
Trim function parameter 3
Label Wizard trouble 1
Trim in label reports 2
Trim won't work 6
Access 2007 TRIM 1

Top