I am using an Access 2000 database and VB6. Using a data class module and a SQL string I am creating a recordset. For all my numbers in the database the .00 after the number is being dropped. The .00 appears on the datasheet in Access but the recordset does not return it. In Access if I change the datatype from number to string the .00 still does not appear in my recordset. It would appear as though it is not getting stored in the database as it appears on the datasheet.
I need that .00 as I am building ASSCII files without decimals and need the 00 after removing the decimal.
Any help is appreciated.
faxpay, Tom
I need that .00 as I am building ASSCII files without decimals and need the 00 after removing the decimal.
Any help is appreciated.
faxpay, Tom