02-26-06 03:47 PM
Hi Jay,
Something to remember. According to Chris Date, and other experts, two
important ideas of rules are that they should 1) have no side-effects,
2) fire in any order. That is pretty hard to do sometimes, but it's a
good goal. It looks like from your original post that you are order
dependent. So to make that work you need to make sure the priority of
the rules his highest for the one that you want to fire first, set it
to 100 to force it to fire first.
HTH,
Curt Peterson
v-cupete@microsoft.com
[ Post a follow-up to this message ]
|