I have a mystery: I have a form with two sub-forms. Both sub-forms have a Yes/No field denoting whether an item has been marked as completed.
On one subform the conditional formatting works:
Field: txtToDo
Expression is [ToDoComplete]=-1 results in the conditional formatting being applied.
However on the second subform, bound to a different table, the same conditional formatting expression has no effect:
Field: txtSubTask
Expression is [SubTaskComplete]=-1 results in no conditional formatting being applied (even though it should).
Why would conditional formatting on a Yes/No field work on one sub-form and not the other?
On one subform the conditional formatting works:
Field: txtToDo
Expression is [ToDoComplete]=-1 results in the conditional formatting being applied.
However on the second subform, bound to a different table, the same conditional formatting expression has no effect:
Field: txtSubTask
Expression is [SubTaskComplete]=-1 results in no conditional formatting being applied (even though it should).
Why would conditional formatting on a Yes/No field work on one sub-form and not the other?