T
Tim
I am working in Word 2000 VBA.
I am developing a dynamic form that hides or makes visible
controls based upon the text entered in a text box.
I am using an Exit event on a text box. The problem is that
if one of the controls has been selected that is going to be made
hidden, an error is generated. If the Exit event is produced by a
tab, there is no problem since the next control in the tab sequence
is never hidden.
I am thinking that I could disable all other controls while in this
text box except for the one that is next in sequence, but....
Any references to existing code examples would be great!
All help is greatly appreciated.
I am developing a dynamic form that hides or makes visible
controls based upon the text entered in a text box.
I am using an Exit event on a text box. The problem is that
if one of the controls has been selected that is going to be made
hidden, an error is generated. If the Exit event is produced by a
tab, there is no problem since the next control in the tab sequence
is never hidden.
I am thinking that I could disable all other controls while in this
text box except for the one that is next in sequence, but....
Any references to existing code examples would be great!
All help is greatly appreciated.