Numbers

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
-----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.
 
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
 
Back
Top