Hi All,
I am trying to add some conditional formatting to a continuous form but it is not going well.
I am trying to get the text colour from column record from 'A' to change based on the value in column record 'B'.
sofar I have gone in the conditional formatting of column 'A' and added the expression
Code:
iif([Column_B]=True,1,0)
it doesn't wanna work for me and I am now at a loss of what to try next.
note column 'B' is a tick box
Regards,
Joseph Williams