S
Steve-o
I need to pass the Value of a textbox to the text box of
another form.
For example, I've opened up MyForm which contains 25
textboxes. My cursor is sitting in MyTextBox20. When I
hit a key combination (Ctrl-Alt-F2), I need to take the
Value of the current textbox (MyTextBox20.Value) and pass
it to MyPopUpForm to be displayed in a new textbox
(MyPopUpTextBox.Value).
I know I need to use Me somewhere in there, but not sure
exactly how.
another form.
For example, I've opened up MyForm which contains 25
textboxes. My cursor is sitting in MyTextBox20. When I
hit a key combination (Ctrl-Alt-F2), I need to take the
Value of the current textbox (MyTextBox20.Value) and pass
it to MyPopUpForm to be displayed in a new textbox
(MyPopUpTextBox.Value).
I know I need to use Me somewhere in there, but not sure
exactly how.