Hi,
I am using Access 97 and it doesn't allow using ROUND function. I was trying to use int function in SQL query instead and cannot get the correct syntax to get the numbers corrected to 3 decimal places. My tables columns looks like this
10.34500008
9.757634
8.73902
I want the output to be
10.345
9.758
8.739
Any help is really appreciated
dbadmin
I am using Access 97 and it doesn't allow using ROUND function. I was trying to use int function in SQL query instead and cannot get the correct syntax to get the numbers corrected to 3 decimal places. My tables columns looks like this
10.34500008
9.757634
8.73902
I want the output to be
10.345
9.758
8.739
Any help is really appreciated
dbadmin