View Full Version : Report not printing "0" in telephone numbers


-=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:

SiE
03-15-2002, 04:18 AM
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.

DBL
03-15-2002, 02:34 PM
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.