This question probably has an obvious answer but it eludes me, so I'd appreciate help...
With only (2?) available triggers at the (table) field level (each of which require user intervention), how can I do the following in a simple way using Trigger Events?
Let's call 4 fields A, B, C, & D.
- The user enters something in Field A.
- I use an OnValidate Trigger Event (of A) to Calculate a value for Field B.
- I'd like the change in value of B to Initiate an event and change the value of Field C.
- I'd then like to use the change in value of C to Initiate an event and perform some math to calculate the value of Field D.
Thanks in advance.