One way would be to add an unbound text field to the report (instead of the
bound phone field) and put the following in it's source...
="***-***-" & Right([PhoneNumber],4)
You, of course, would replace "PhoneNumber" with the name of your field.
You may want to wrap the entire statement in a "IsNull" type of statement so
that you don't get asterisks if there is no phone number for a given record.

Signature
Rick B
> Good Morning,
>
[quoted text clipped - 6 lines]
>
> Ron
Ron S - 24 Jan 2007 15:27 GMT
> One way would be to add an unbound text field to the report (instead of the
> bound phone field) and put the following in it's source...
[quoted text clipped - 19 lines]
>
> > Ron- Hide quoted text -- Show quoted text -
I tried this one and for some reason the report did not like it, it
just displayed the expression...
Rick B - 24 Jan 2007 15:46 GMT
Post what you put in the source for your control.

Signature
Rick B
>> One way would be to add an unbound text field to the report (instead of
>> the
[quoted text clipped - 25 lines]
> I tried this one and for some reason the report did not like it, it
> just displayed the expression...
Ron S - 28 Jan 2007 14:01 GMT
> Post what you put in the source for your control.
>
[quoted text clipped - 30 lines]
> > I tried this one and for some reason the report did not like it, it
> > just displayed the expression...- Hide quoted text -- Show quoted text -
Thanks for your help -- I got through some red tape and we have
decided that we are going to display the full phone number after all.
Thank you again, your help is really appreciated.
Ron