J
jennifer
I have a report with some fields that I need to limit to
30 characters each (so that only 30 characters are
displayed).
In the report design view, I am rt. clicking on the
field, then selecting "Properties". In the control source
field, I am opening the expression builder and entering
the expression =Left([address],30).
I have about 5 fields that I need to limit-- one of them
is working, the others are not (when I run the report, I
get #Error in some of the fields).
IS there a trick to getting this to work, or is there
another function or some other way of only printing the
first 30 characters?
Thanks!!
30 characters each (so that only 30 characters are
displayed).
In the report design view, I am rt. clicking on the
field, then selecting "Properties". In the control source
field, I am opening the expression builder and entering
the expression =Left([address],30).
I have about 5 fields that I need to limit-- one of them
is working, the others are not (when I run the report, I
get #Error in some of the fields).
IS there a trick to getting this to work, or is there
another function or some other way of only printing the
first 30 characters?
Thanks!!