odbc call failed with null numeric fields

P

Pete

I have some simple VBA code that accesses data from an Oracle database. I
use an OpenConnection statement with SQL to pull this data. It works fine
for text fields and numeric fields that have data. But, if a numeric field
has any null values, I get an ODBC Call Failed error. Any ideas why this
would happen?

Thanks,

Peter
 
Top