adewale4favour
Registered User.
- Local time
- Today, 09:27
- Joined
- Aug 9, 2019
- Messages
- 58
Hi Guys,
I am presently working on an application and forms have been developed to handle data entry for the individual users. But there is a need to track a field, which should be disabled for users and get the information entered based on what the users populate in two related fields. For instance, If Field A is "Non Operational" and Field B is greater that 14, then field C must be "Inactive". I tried using nested If conditions as below.
iif([STATUS]="NON OPERATIONAL" AND [DueEstimate] > 14,[COUNT_FIELD] = "Inactive", "")
Please help evaluate this, perhaps there is something I am getting wrong, the above iif statement get me weird.
I am presently working on an application and forms have been developed to handle data entry for the individual users. But there is a need to track a field, which should be disabled for users and get the information entered based on what the users populate in two related fields. For instance, If Field A is "Non Operational" and Field B is greater that 14, then field C must be "Inactive". I tried using nested If conditions as below.
iif([STATUS]="NON OPERATIONAL" AND [DueEstimate] > 14,[COUNT_FIELD] = "Inactive", "")
Please help evaluate this, perhaps there is something I am getting wrong, the above iif statement get me weird.