vba - DLookup round up double number from table to decimal number when display in the form -


i'm trying use dlookup display data additive chemical listing table. here data related field:

  • table name : additive chemical listing
  • field name : fda limit
  • field size : double
  • data type : number

the code below didn't have error. displaying data table. has round double number's data decimal number automatically. how stop rounding data?

= dlookup("[additive chemical listing].[fda limit]", "[additive chemical listing]", "[additive chemical listing].id = " + me.tradename1.column(3))

thank , warmest regards.


Comments

Popular posts from this blog

sql - VB.NET Operand type clash: date is incompatible with int error -

SVG stroke-linecap doesn't work for circles in Firefox? -

python - TypeError: Scalar value for argument 'color' is not numeric in openCV -