Number field question

D

Dave Eliot

In a table called Payments;
I have a field called CheckNumber.
Its data type is number
Its field size is Long Integer
Its format is General Number

Whenever the check number is more than 4 digits I get "1E+0" printed on the
receipt.

What am I overlooking?

Thanks for any help.
 
G

Gina Whipp

Try...

Report? Set the field so it can grow.
Datasheet view? Widen the field
Form? Widen the field
Query? widen the field

If this database is to used by others AND you are entering check numbers via
the table you might want to consider using a form.
 
D

Dave Eliot

Data is entered on a form.
Setting the report field so it can grow did the trick.

Thanks.


Gina Whipp said:
Try...

Report? Set the field so it can grow.
Datasheet view? Widen the field
Form? Widen the field
Query? widen the field

If this database is to used by others AND you are entering check numbers
via the table you might want to consider using a form.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top