Trim function problem in Access 2000 for reports and labels?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How can I resolve this issue. I tried to re-create the labels in 2000, but
for some reason, 2000 doesn't like the trim function that worked so well in
previous versions of Access
 
Have you put the following in the textbox of your report
=Trim([txtLabelName]) this works for me in Access 2000
 
eelohm said:
How can I resolve this issue. I tried to re-create the labels in
2000, but for some reason, 2000 doesn't like the trim function that
worked so well in previous versions of Access

The Trim function is builtin to VBA, so you shouldn't have a problem
using it. However, if you have taken an existing database from an
earlier version and just opened it or converted it to Access 2000, you
may have a broken library reference that is keeping Access from
recognizing the VBA functions. See if Doug Steele's instructions at


http://members.rogers.com/douglas.j.steele/AccessReferenceErrors.html

help you resolve the problem.
 

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

Back
Top