Steve,
You have to use nested if fields and the order will determine if it is
evaluated AND or OR.
Example Bookmark A - True or False
Bookmark B - True or False
The AND field code looks like this:
{ IF A = "True" "{ IF B = "True" "True" "False" }" "False"
The OR field code looks like this:
{ IF A = "True" "True" "{ IF B = "True" "True" "False"}"

Signature
Greg Maxey
A peer in "peer to peer" support
Rockledge, FL
Remove the obvious (wham...m) to reply in e-mail
> I am currently using "If...then...else" statements to
> return a merge field, if a certain condition is met. Does
[quoted text clipped - 7 lines]
> Steve B.
> berkowis@phibro.com