Numbers

P

Pat Kosakowski

I am hoping some one can assist me. I am trying to set up an entry field (actually two of them) in the form and it keeps rounding my numbers up or down. I need them to display as is. What am I doing wrong? I have never had this happen.
 
A

Alan Fisher

-----Original Message-----
I am hoping some one can assist me. I am trying to set
up an entry field (actually two of them) in the form and
it keeps rounding my numbers up or down. I need them to
display as is. What am I doing wrong? I have never had
this happen.
.
What feild type are you using to store the feild in the
table. If it is an integer type, that could be the
problem. Try using a single instead.
 
P

Pat Kosakowski

Ala

Thanks so much. That was the problem!! I appreciate your help.

----- Alan Fisher wrote: ----

-----Original Message----
I am hoping some one can assist me. I am trying to set
up an entry field (actually two of them) in the form and
it keeps rounding my numbers up or down. I need them to
display as is. What am I doing wrong? I have never had
this happen
What feild type are you using to store the feild in the
table. If it is an integer type, that could be the
problem. Try using a single instead
 
Top