create labels from report

V

Van T. Dinh

Also the last expression looks incorrect. My guess is
that it should be:

= Trim([City] & ", " & [State] & " " & [Zip Code])

HTH
Van T. Dinh
MVP (Access)


-----Original Message-----
I am trying to create mailing from an Access database and
pulled info from a query to create my address list. When
I'm in the Report and want to preview it a message comes
up asking for my parameter values and on the next line it
says Trim. I've searched the Help section and it does not
address my problem. My design is set up like this:
=Trim([Family Name])
=Trim([Address])
=Trim([City]&","[State]&" "&[Zip Code])

I used the Trim to eliminate the excess spacing due to varying lenghts in the data.

My friend was trying to help me with this and she was not
getting the message asking for Trim on her system. I'm
using Access 2003/Microsoft Office Professional Edition
2003.
 

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

Top