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

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

python - How do I create a list index that loops through integers in another list -

c# - “System.Security.Cryptography.CryptographicException: Keyset does not exist” when reading private key from remote machine -