I have set the decimal place property of a text box to 2. Then when i run a query that puts data in that box, the deci places are still well over 2....
It lokks to be over riding it, how do I stop this?
Could you not use Round(theField, 2) in the query that you are calculating.. So you will get the right value in the field without setting the property?