I have an Access 97 database that contains several linked Oracle tables.
These tables contain many number fields.
When you link the tables in Access 97, it brings them through as Double number fields.
I needed to convert the database to Access 2000 and it is linking the tables with Decimal numbers.
I am using code that references the data type and cannot find the VB code for decimal i.e. DB_DOUBLE is Double.
Is there any way I can force them to be linked as double fields again, or does anyone have a data type for decimal?
Thanks
These tables contain many number fields.
When you link the tables in Access 97, it brings them through as Double number fields.
I needed to convert the database to Access 2000 and it is linking the tables with Decimal numbers.
I am using code that references the data type and cannot find the VB code for decimal i.e. DB_DOUBLE is Double.
Is there any way I can force them to be linked as double fields again, or does anyone have a data type for decimal?
Thanks