On a form I have a calculated field which divides a couple of fields and produces a number which represents a percentage.
I then have another field which the control source points to a field that is in my table( I'm using a query as the forms Record source).
I use a 'me.temp field = field in my table' to put the calculated result into my table to store it. The reason I do this is becuase I need that figure on a report also.
On the temp field, it performs the calculation correctly and displays the result as a percentage. The problem is that on the field that stores the result into my table, it keeps rounding the result and doesn't store the exact same result as the temp field.
I have tried changing the field type of the permanent field in the table to fixed, general number, decimal, etc. I can't seem to get it to store the exact same result of the calculated field.
Any ideas why this is happeing?
I then have another field which the control source points to a field that is in my table( I'm using a query as the forms Record source).
I use a 'me.temp field = field in my table' to put the calculated result into my table to store it. The reason I do this is becuase I need that figure on a report also.
On the temp field, it performs the calculation correctly and displays the result as a percentage. The problem is that on the field that stores the result into my table, it keeps rounding the result and doesn't store the exact same result as the temp field.
I have tried changing the field type of the permanent field in the table to fixed, general number, decimal, etc. I can't seem to get it to store the exact same result of the calculated field.
Any ideas why this is happeing?