|
-
May 16th, 2000, 10:51 PM
#1
Thread Starter
Junior Member
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!
-
May 16th, 2000, 11:41 PM
#2
Lively Member
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
-
May 17th, 2000, 03:14 AM
#3
Thread Starter
Junior Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|