bpritchert
New member
- Local time
- Today, 03:07
- Joined
- Mar 17, 2011
- Messages
- 4
I have a text box on the main form that displays ip addresses. I have another text box in the subform that also displqays ip addresses. I need the text in both boxes to turn red whenever the 2 ip addresses are equal.
I tried to use the 'expression is' option in the subform ip text box, but I don't know what syntax to use to refer to the text box in the main form (Text2) I tried =subform.text2 but that is not correct.
Will this method work and if so what is the correct syntax? If this method will not work is there an alternative?
Thanks.
I tried to use the 'expression is' option in the subform ip text box, but I don't know what syntax to use to refer to the text box in the main form (Text2) I tried =subform.text2 but that is not correct.
Will this method work and if so what is the correct syntax? If this method will not work is there an alternative?
Thanks.