Forum Discussion
AdamKeever1
6 years agoQrew Commander
You could use a formula rich text field:
If([checkbox1]=true,
"<span style=background-color:#00ff00;><b>"&ToText([field4])&"</b></span>",
ToText([field4]))
Unchecked:
Checked:
You can use dynamic form rules to show/hide the original date field and include an edit checkbox so the user can change the date field if needed:
Date field is blank:
Date field is not blank:
Date field is not blank AND checkbox is checked:
Date field is not blank AND checkbox is checked and Edit is checked:
------------------------------
Adam Keever
------------------------------
If([checkbox1]=true,
"<span style=background-color:#00ff00;><b>"&ToText([field4])&"</b></span>",
ToText([field4]))
Unchecked:
Checked:
You can use dynamic form rules to show/hide the original date field and include an edit checkbox so the user can change the date field if needed:
Date field is blank:
Date field is not blank:
Date field is not blank AND checkbox is checked:
Date field is not blank AND checkbox is checked and Edit is checked:
------------------------------
Adam Keever
------------------------------
GwenPeters
6 years agoQrew Member
Thank you Adam. I will try this tomorrow and let you know if any of the options work.
I am a new QB user and truly appreciate the support!
-g
------------------------------
Gwen Peters
------------------------------
I am a new QB user and truly appreciate the support!
-g
------------------------------
Gwen Peters
------------------------------