Hello everyone,
I have two forms: FORM1 and FORM2.
On FORM1 there is a check box (CHECK). When CHECK is checked, the data is updated in a YES/NO data type table (TABLE) field.
On FORM2 I have a text box (TEXTBOX).
When the YES/NO data field in TABLE is set to YES (that is to say when CHECK in FORM1 was checked, ie when CHECK = TRUE), I want TEXTBOX to return the text “YES”. Otherwise, I want TEXTBOX to return the text “NO”.
Moreover, I would like “YES” to be in a green colour and “NO” to be in a red colour.
What would be the code to do that?
Please note that FORM1 and FORM2 return several filtered data (I don’t know if this makes a difference in the code…).
I hope I was clear enough.
Thank you for your help.
Best regards,
G.
I have two forms: FORM1 and FORM2.
On FORM1 there is a check box (CHECK). When CHECK is checked, the data is updated in a YES/NO data type table (TABLE) field.
On FORM2 I have a text box (TEXTBOX).
When the YES/NO data field in TABLE is set to YES (that is to say when CHECK in FORM1 was checked, ie when CHECK = TRUE), I want TEXTBOX to return the text “YES”. Otherwise, I want TEXTBOX to return the text “NO”.
Moreover, I would like “YES” to be in a green colour and “NO” to be in a red colour.
What would be the code to do that?
Please note that FORM1 and FORM2 return several filtered data (I don’t know if this makes a difference in the code…).
I hope I was clear enough.
Thank you for your help.
Best regards,
G.
Comment