Results 1 to 3 of 3

Thread: Access 2000

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Feb 2000
    Posts
    19
    I have an inventory control system I am trying to get into place. I am filling my tables with sample data for testing and form creating.

    My problem has arose when I tried to put a small number into a field: .1667 It appears that the field is rounding down to zero. I don't want it to round at all. I can not seem to find how to turn it off. If anyine can help me solve this very frustrating problem I would be very relieved.

    Thanks in Advance!

  2. #2
    Lively Member Dr_Evil's Avatar
    Join Date
    Mar 2000
    Location
    Columbus, OH
    Posts
    105
    Make sure you are using an Access Data type that supports decimals. Setting the Format field to an Integer will not work but using Single or Double will work.
    If this doesn't help reply with project details(ie, what controls you are using on form) & I will see what I can do.

    [Edited by Dr_Evil on 05-17-2000 at 12:48 PM]
    Dr_Evil
    Senior Programmer
    VS6 EE
    VS.NET EA

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Feb 2000
    Posts
    19
    Dr. Evil,

    Thank you for replying. I found they problem. I had to set the scale to the number of decimal places I wanted. Just setting the number of decimal places wasn't enough. Which is silly, If it was going to round to the nearest whole number you would'nt need any decimal places.

    i was about to go crazy when I decided to put something in the scales propertie field.

    Thank you fro your help.

    Marita

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width