I have a flag that is set to yes and would like to display in a text field the word contractor but am having problems setting up the formula. Can anyone help?
I have a flag that is set to yes and would like to display in a text field the word contractor but am having problems setting up the formula. Can anyone help?
I got it to work
IIf([Flag10]=Yes, "Contractor"," ")