if statement type logic

R

randyb

If I have fielda and checkboxa. How do I do the following

If Checkbox A is checked
Then populate fielda
else
Leave fielda blank
End
 
C

Clay Fox

Hey Randy.

Use conditions on your rules.
First rule has a condition A=true
And then add the set field actions.
2 rule A = false
set field to blank
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top