F
FIECA
Hi All!
I want to create a ("status") field in my contracts tracking table to tell
me the status of the contract based on whether or not some other fields in
the table (yes/no) are checked (yes). Basically, I want to create code
where an inspection of the other fields is made in order. For instance the
fields being
1) received (yes/no)
2) reviewed (yes/no)
3) signed (yes/no)
4) returned (yes/no)
5) executed (yes/no)
the code would inspect each field (preferrably in order) and produce a
result based on what fields have been checked yes or no
again, for instance
1) received yes
2) reviewed yes
3) signed no
4) returned no
5) executed no
would produce a result of "awaiting signature" in the "status" field based
on the first "no" found at 3) signed
any help would be greatly appreciated....
Cheers!!
tom pratt
I want to create a ("status") field in my contracts tracking table to tell
me the status of the contract based on whether or not some other fields in
the table (yes/no) are checked (yes). Basically, I want to create code
where an inspection of the other fields is made in order. For instance the
fields being
1) received (yes/no)
2) reviewed (yes/no)
3) signed (yes/no)
4) returned (yes/no)
5) executed (yes/no)
the code would inspect each field (preferrably in order) and produce a
result based on what fields have been checked yes or no
again, for instance
1) received yes
2) reviewed yes
3) signed no
4) returned no
5) executed no
would produce a result of "awaiting signature" in the "status" field based
on the first "no" found at 3) signed
any help would be greatly appreciated....
Cheers!!
tom pratt