The article example is:
=CanShrinkLines([Name],[Address1],[Address2],
Trim([City]) & (", " + [Region]) & " " & [PostalCode],[Country])
I substituted all the fields with mine. However, I omitted the ampersands
and quotations because I don't want several fields to show on the same line.
When I try to view the report in Print Preview, I get prompted for a
CanShrinkLines parameter.
About the width field... I have a field called WIDTH. When I first inserted
the expression, I left out the "Report!" and Access autocorrected "[WIDTH]"
to "[Width]." So I deleted the entire sentence and recreated it using the
Expression Builder. Clicking on the WIDTH field resulted in "Report!WIDTH."
Do you think I should rename the field to avoid a conflict in Access?
> >Please tell me what is wrong with this line:
> >
[quoted text clipped - 12 lines]
> Are you sure that you copied the function into your module
> correctly?