Accessing an object in a frame

I have a movie clip (MyMc_mc), within which there is a dynamic textfield (myText_txt). The text exists only in frame 2 of the movie clip

How can I access the textfield from the first frame of my application (main stage)?

_root.MyMc_mc.myText_txt didn’t work!