Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

problem with numbers rounded down

  • 06-04-2006 5:44pm
    #1
    Registered Users, Registered Users 2 Posts: 879 ✭✭✭


    Hi,

    I have an asp page which inserts a range of numbers in an access table. the problem is that even though I use:

    mynumber = round(mynumber, 6)

    to round the number to 6 decimal places, when i look at the table in access the number is rounded to no decimal places. anyone know what the problem is? I want the numbers to keep their decimal places.


Comments

  • Registered Users, Registered Users 2 Posts: 879 ✭✭✭sirpsycho


    opps, should have made sure the fields in the table were setup correctly. needed to change them to decimal and update the precision from null value to 9.


Advertisement