Looks like you are getting your namespaces mixed up. A namespace is an essential part of the name of a node. In your original setup you describe "d:" and ":" (which ":" is the same as no namespace), yet in your filter you are using "my:". That's equivelant to knowing my name is "Greg" but calling me "Ted" instead. Gotta keep the namespaces straight.
So your filter (according to the earlier paragraph) should look like this:
not(.=../preceding::d:Equip_Drop_Down/model)

Signature
Greg Collins [Microsoft MVP]
Visit Brain Trove ( http://www.BrainTrove.com )
Visit InfoPath Dev ( http://www.InfoPathDev.com )
Thank you so much for your response. Unfortunately, it still doesn't work.
I even made a new form with just that drop down to test it out, and it
doesn't work.
Do you have any other ideas of where I am going wrong?
Thank you again!
> Looks like you are getting your namespaces mixed up. A namespace is an essential part of the name of a node. In your original setup you describe "d:" and ":" (which ":" is the same as no namespace), yet in your filter you are using "my:". That's equivelant to knowing my name is "Greg" but calling me "Ted" instead. Gotta keep the namespaces straight.
>
> So your filter (according to the earlier paragraph) should look like this:
>
> not(.=../preceding::d:Equip_Drop_Down/model)
Greg Collins [InfoPath MVP] - 30 May 2006 18:47 GMT
Is "model" an attribute or an element?
If an element, and your the drop-down list control is bound to the model element, then this should be working (double-check all your namespaces though).
If an attribute, then you need to be listing model as "@model".

Signature
Greg Collins [Microsoft MVP]
Visit Brain Trove ( http://www.BrainTrove.com )
Visit InfoPath Dev ( http://www.InfoPathDev.com )
D - 30 May 2006 20:19 GMT
That did it!!!!! It is an attribute.
Thank you! Thank you! I can not thank you enough! I have been playing
with this for so long. Thank you for helping me out!
-D
> Is "model" an attribute or an element?
>
> If an element, and your the drop-down list control is bound to the model element, then this should be working (double-check all your namespaces though).
>
> If an attribute, then you need to be listing model as "@model".
Greg Collins [InfoPath MVP] - 30 May 2006 20:49 GMT
I'm glad I could help!

Signature
Greg Collins [Microsoft MVP]
Visit Brain Trove ( http://www.BrainTrove.com )
Visit InfoPath Dev ( http://www.InfoPathDev.com )