RhondaJones
7 years agoQrew Cadet
Coding fix to include second option
I have a currency field with this code
If([Replace]=true, 0, [Amount Offered])
It works exactly as it needs to. "Replace" is a check box field. I need to amend the code to include a second check box field labeled "Repair". I need it to trigger if either one are checked They will never both be checked so it is an "or" statement rather than an "and" statement.
I'm also aware that this should be way easier than I'm making it but it's my busy season and my brain has stopped functioning.
I would certainly appreciate the help.
If([Replace]=true, 0, [Amount Offered])
It works exactly as it needs to. "Replace" is a check box field. I need to amend the code to include a second check box field labeled "Repair". I need it to trigger if either one are checked They will never both be checked so it is an "or" statement rather than an "and" statement.
I'm also aware that this should be way easier than I'm making it but it's my busy season and my brain has stopped functioning.
I would certainly appreciate the help.