Solved need help tabel field

shobhanauto

New member
Local time
Today, 13:31
Joined
Dec 17, 2023
Messages
7
hi all i try whole day to fix this issue
when i set values 0.69 its back to 1 automatic
any expert help me please?
 

Attachments

  • Screenshot_32.png
    Screenshot_32.png
    3.4 KB · Views: 30
  • Screenshot_31.png
    Screenshot_31.png
    26.3 KB · Views: 31
  • Screenshot_33.png
    Screenshot_33.png
    3 KB · Views: 26
You are not showing dutyrate?
 
Have you looked at the data type? If it is integer, .69 will be rounded to 1. You need to use either single or double precision or preferably the Currency data type if you don't need more than four decimal places of precision.
 
Pat, it would appear from the middle of the 3 screenshots (Screenshot_31) that dutyrate IS a Double specified with 2 places and therefore should handle a number such as 0.69 correctly. I agree that the result LOOKS like there was something going on with integer math, but we might have to look a little closer to see from where it occurs.
 
The column shown as a value of 1 isn't the column shown in design view. Also, There could be a format on the query that is altering what is displayed.
 

Users who are viewing this thread

Back
Top Bottom