Need help preparing form with division calculations
I have been trying to prepare a form with multiple rows and columns. One row has 6 text boxes. Each text box needs to divide the raw data (of that specific text box only) by 3 (ie. if I input 1, I need the box to display 0.333). I have tried to use the simplified field notation to do this. It works fine when I enter data into the first box. The problem is that once I enter data into the second text box, it further divides the first text box data (ie the first text box goes from 0.333 to 0.111). How do I make these boxes only divide by 3 without being associated with each other?
Thanks in advance.
