SETTING A CONTROL CALCULATED FIELD
-
Hi,
thank you for your support as always.
I have a form that has only calculated fields and they are all editable, I want to set my calculations such that the calculated field that is being typed into will control the other fields. For instance:
fieldname1 = fieldname2 + 1
fieldname2 = fieldname1 + 1
fieldname3 = fieldname2 -1
so if 2 is typed into fieldname1
fieldname2 = 3
fieldname 3 =(3-1) 2
if a number is typed into fieldname2, the result changes based on the number in fieldname2
I just want to find out how the last number that is typed in will be the one to control the result.
Thank you in advance.
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘SETTING A CONTROL CALCULATED FIELD’ is closed to new replies.