I have code that selects a record from a PopUp Search Form which then sets a bound control for that record ([HighlightLine)] to True. It then sets conditional formatting based on that control for various other controls.
Conditional Formatting is Expression: "[HighlightLine] = True"
This works fine but only if I click directly onto a control with the formatting, i.e only when a control has focus, otherwise the controls Conditional Formatting does not apply.
Does Expression Formatting only apply when a control has focus or is there another setting somewhere?
Thanks
Conditional Formatting is Expression: "[HighlightLine] = True"
This works fine but only if I click directly onto a control with the formatting, i.e only when a control has focus, otherwise the controls Conditional Formatting does not apply.
Does Expression Formatting only apply when a control has focus or is there another setting somewhere?
Thanks
Comment