-=fREaKy=-
03-15-2002, 02:24 AM
I have a report based on a query. The telephone number field is showing up the whole number when I preview it, however when I print it, the "0" disappears - doesn't it just print whatever's in the field?
:confused:
It sounds like you have your tel no field set as a number you would probably be better off having telephone numbers stored as strings.
You should never need to perform a calculation on a telephone number.
I have this sometimes. If I print from my own printer it's fine, if I print from a client's printer the report fields can get chopped a bit. Make sure the field is large enough, set the CanGrow property of the field to YES or you could try taking the point size down one.