Hi
I have a data type number that i use it in the query. I use the query to make a graph. The problem is in the graph the number of decimal places is almost 8 to 10. I want it to have only two decimal places.
For example, I have a number 530678682. I use the number in the query and divide it by 1000000..It gives me 530.678682. I want only two decimals. I tried using Int function but that removes the decimal altogether. Example: int(Sum([Amt])) AS TotalAmount gives 530.
I have tried to change the format in the query, graph etc. but to no success.
Any ideas
Dwight
I have a data type number that i use it in the query. I use the query to make a graph. The problem is in the graph the number of decimal places is almost 8 to 10. I want it to have only two decimal places.
For example, I have a number 530678682. I use the number in the query and divide it by 1000000..It gives me 530.678682. I want only two decimals. I tried using Int function but that removes the decimal altogether. Example: int(Sum([Amt])) AS TotalAmount gives 530.
I have tried to change the format in the query, graph etc. but to no success.
Any ideas
Dwight