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
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

Signature
Clay Fox / Microsoft InfoPath MVP
www.InfoPathDev.com / The InfoPath Authority / Downloads, Samples, How-To,
Experts, Forum
> If I have fielda and checkboxa. How do I do the following
>
[quoted text clipped - 3 lines]
> Leave fielda blank
> End