NickEveritt
MIS
I have field which captures the length of time in EVENTS.
There are EVENTS that are productive and non-productive, and there is an EVENT TYPE field.
Therefore I am looking, in one field to have the fields for EVENT LENGTH sum all the Productive event lengths, and then another field for all the non-productive event lengths.
Therefore I know I need to create a set of static variables for Productive Event Types and another set for Non-Productive.
Is it Global Variables I need? Is it done using an array.
Looking for help on this ASAP.
Nick