Conditional Formating based on another field

cktcPeterson

Member
Local time
Yesterday, 16:44
Joined
Mar 23, 2022
Messages
74
I have a field on a subform
[frmApproveApplication].Form![KnikTribeMember]
if the field is "Yes"
Then I want [ProfileName] to have red text.

I tried conditional formatting, but not exactly sure on the expression.
 
frmApproveApplication is name of subform container control? I always name control different form object it holds, like ctrApp.

ProfileName textbox is on same form as KnikTribeMember? Assuming KnikTribeMember is a yes/no field, could simply be:

Expression is: [KnikTribeMember]
 

Users who are viewing this thread

Back
Top Bottom