J
JD McLeod
I have a table called “Loans†in my database. One of the fields in the table
is [Rate] for interest rate. On certain reports, I need the rate to appear
in the following format 6.00%. I always need it to have 2 decimal places.
The field type in my table is text since that is how most of my client’s have
given me the data. I used the following formula on some reports and got the
result I wanted, but I am not sure if this is the best way to do it.
[Rate]*1/100 and then I selected the Percent as the format for the text
box. However, when I apply this same formula against another table for lines
of credit, I get #Error. How is the best way to store the information in the
table, as number or text. And how can I get the desired result on my reports.
Thanks.
is [Rate] for interest rate. On certain reports, I need the rate to appear
in the following format 6.00%. I always need it to have 2 decimal places.
The field type in my table is text since that is how most of my client’s have
given me the data. I used the following formula on some reports and got the
result I wanted, but I am not sure if this is the best way to do it.
[Rate]*1/100 and then I selected the Percent as the format for the text
box. However, when I apply this same formula against another table for lines
of credit, I get #Error. How is the best way to store the information in the
table, as number or text. And how can I get the desired result on my reports.
Thanks.