I’ve used conditional formatting a little but have no idea how to achieve the following:
Colour a text box (any colour will do) based on whether it is empty BUT only if the value of another control in the same record (a check box) is set to true.
(this is to highlight the users attention that they need to fill something in – the field will only need be filled in for some records, not all)
The fields in question are on a subform (continuous)
Is this possible through the use of an expression (ie. changing the condition from ‘field value is’ to ‘expression is’ and referencing the other control)?