View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mlaky Mlaky is offline
external usenet poster
 
Posts: 1
Default Problem with decimal number smaller than 1

Hi everyone!

I'm accessing MS Access database trough MS Excel. I have problem with
decimal number smaller than 1.

Example: For "0.456" I retrive ".456" from database in Excel recordset. Is
there some way that ODBC driver convert ".456" value to "0.456" for
computation or I have to do it my self in program?

Thanks.