D
Darryl
Greetings,
I have a basic report that uses a query as a data source. I have a field on
the report that
uses a field (text field) from the query.
The data in the table is like: 00000000089907
In the report I want to chop off the leading 0's.
I tried control source: =Right([myfield],7)
but that just gave errors.
how do you do this ?
thanks in advance.
I have a basic report that uses a query as a data source. I have a field on
the report that
uses a field (text field) from the query.
The data in the table is like: 00000000089907
In the report I want to chop off the leading 0's.
I tried control source: =Right([myfield],7)
but that just gave errors.
how do you do this ?
thanks in advance.