I forget to mention one important thing :
CreateProperty( "decimalplaces", dbSingle, 0 ) does not work on my Microsoft Access 2013.
CreateProperty( "decimalplaces", dbByte, 0 ) works correctly on my Microsoft Access 2013.
When you have a field type DOUBLE in your database that is bigger than 99.999.999.999 the Microsoft Access 2013 application will display the number (by default) in scientific format.
I have written a routine to turn off the scientific format an go back to a normal integer Number format without...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.