use textbox from other form

Jerome

Registered User.
Local time
Yesterday, 22:53
Joined
Jul 21, 2009
Messages
77
Hello,

Probably a simple question:

How can I select a text box that is located on another form?

Within form A I use me.textbox1. But if I want to call this text box on form b this does not work?

Thanks in advance.
 
try Forms("FormB").textbox1

but formB must be open, so trap for this event.
 
Ok great. Thanks.
 

Users who are viewing this thread

Back
Top Bottom