M
murtexslc
I need to trim the first three characters of a text field when printing to a
report.
report.
I need to trim the first three characters of a text field when printing to a
report.
fredg said:I need to trim the first three characters of a text field when printing to a
report.
Use an unbound control.
Set it's control source to:
=Mid([FieldName],4)
i tried this and keep getting #errors on the report. the text field is being
aquired from a query if that makes any difference.
fredg said:Use an unbound control.
Set it's control source to:
=Mid([FieldName],4)