J
Jacy Erdelt
I have created a UserForm and I am trying to change the properties of a text
box. Some of the names you can derive the meaning of (ie:BorderStyle), but
there are many that I don't understand what they do (ei:EnterFieldBehavior).
The choices offered in the drop down box do nothing to explain
(ie:1-fmFieldBehaviorRecallSelection). Maybe I am dense, but that doesn't
help understand what my options are. I have searched everywhere that I can
think to find the definitions of these properties, with no luck. Is there a
place I can go to find the definitions of the UserForm and object properties?
If there is no such place, would you be able to tell me what I need to
accomplish the immediate task at hand? What I would like it to do is
automatically tab to the next TextBox in the line once a value has been
entered in the 1st box (there are 7), then when something is inputted into
the 7th box it will automatically tab to the CommandBox, where the user can
hit enter to submit (instead of having to click on it).
box. Some of the names you can derive the meaning of (ie:BorderStyle), but
there are many that I don't understand what they do (ei:EnterFieldBehavior).
The choices offered in the drop down box do nothing to explain
(ie:1-fmFieldBehaviorRecallSelection). Maybe I am dense, but that doesn't
help understand what my options are. I have searched everywhere that I can
think to find the definitions of these properties, with no luck. Is there a
place I can go to find the definitions of the UserForm and object properties?
If there is no such place, would you be able to tell me what I need to
accomplish the immediate task at hand? What I would like it to do is
automatically tab to the next TextBox in the line once a value has been
entered in the 1st box (there are 7), then when something is inputted into
the 7th box it will automatically tab to the CommandBox, where the user can
hit enter to submit (instead of having to click on it).