Passing Object Values from one Form-A to Form-B (1 Viewer)

Waheed2008

Registered User.
Local time
Today, 17:22
Joined
Jul 17, 2008
Messages
57
Hi all,
I have got a situation to which I am not familior with. Please help me in this regard.

I have two forms; Form-A and Form-B. There are 5 objects (Text Box, Combo Box, etc) on Form-A, and 7 objects on Form-B. I put button on Form-A to open Form-B. I want that after opening Form-B, few of object values should come into Form-B's object. Like

Form-B.TextBox1.value = Form-A.TextBox3.value
Form-B.TextBox2.value = Form-A.ComboBox2.value


Is there any way to do this?????
Please help me in this regard.
Thanks
Waheed
 

Waheed2008

Registered User.
Local time
Today, 17:22
Joined
Jul 17, 2008
Messages
57
Thanks a lot. I have got it and my issue has been resolved.
Thanks again
 

Users who are viewing this thread

Top Bottom