Hi all,
I have a data entry form where users enter figures to 3 decimal places.
eg A = 1.435
B = 2.650
This gets saved as a record to a table. I then create reports based on the table.
However, Ive noticed that when i run the query the system seems to add random digits on to the end of the number fields.
Eg A = 1.4350006849 even though it was only entered as a 3 decimal place figure!
This is creating major problems as a very large set of data is being used and everytime I do a sum function it adds up to more than it should be!
any ideas how i can get rid of this problem?
Please help, all suggestions are welcome and will be tried!
Thanks
I have a data entry form where users enter figures to 3 decimal places.
eg A = 1.435
B = 2.650
This gets saved as a record to a table. I then create reports based on the table.
However, Ive noticed that when i run the query the system seems to add random digits on to the end of the number fields.
Eg A = 1.4350006849 even though it was only entered as a 3 decimal place figure!
This is creating major problems as a very large set of data is being used and everytime I do a sum function it adds up to more than it should be!
any ideas how i can get rid of this problem?
Please help, all suggestions are welcome and will be tried!
Thanks