I have numbers in my Access 2k db that may be either a single digit (4) or a decimal (4.5).
Since i am trying to do an ORDER BY in coldfusion, i guess i have to change this Datatype from Memo to Number, but i am not sure what the FieldSize, Format or Decimal Settings should be.
I have played around with them, but it just seems to 'get rid' of my decimal, making a 6.8 into just 6
Any help is much appreciated.
Since i am trying to do an ORDER BY in coldfusion, i guess i have to change this Datatype from Memo to Number, but i am not sure what the FieldSize, Format or Decimal Settings should be.
I have played around with them, but it just seems to 'get rid' of my decimal, making a 6.8 into just 6
Any help is much appreciated.