use textbox from other form (1 Viewer)

Jerome

Registered User.
Local time
Today, 06:48
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.
 

PearlGI

Registered User.
Local time
Today, 14:48
Joined
Aug 30, 2001
Messages
125
try Forms("FormB").textbox1

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

Jerome

Registered User.
Local time
Today, 06:48
Joined
Jul 21, 2009
Messages
77
Ok great. Thanks.
 

Users who are viewing this thread

Top Bottom