pass value from form to form

basilyos

Registered User.
Local time
Today, 10:21
Joined
Jan 13, 2014
Messages
256
hello

i have two form
first form contains many textboxes
second form is continuous and contains two textbox

i make a shortcut to the second form so i can open it with Shift+F1

now when the form 2 open i want to double click on any row then the form 2 will close then the information well be copied to two specified textboxes in the form1

N.B form1 should still be opened when i open the form2
sorry for my bad english

any help??
 
This type of thing in the double click event of the textbox you want to double click on.:

Forms!Form1Name.FirstTextbox = Me.FirstTextbox
 
thank you
i forgot to put Forms!
 

Users who are viewing this thread

Back
Top Bottom