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
Post a Comment