Hi.
I have the following problem.
I use before update event in a form to loop through all controls and find numerical values in order to round them to 2 decimal places. The problem is that I get error message for calculated fields (numbers created from expressions in other words). To solve this, I locked the subject fields and added .locked = False in the criteria. Though, since I want to do this in every form, it will be annoying to lock all the fields.
Is there a method to check if the Field is a result of calculation, thus not editable?
Thanks.