Hi,
I have 2 forms. form1 & form 2.
Form1 is full with textboxes etc, so for one task (datainput from user), i want to open a new form (form2).
1. How can I send data (in this case, a registrationID) from form1 to form2?
I would like to do it in a button click event (that opens form2, the button is placed on form1) like this: form2.textbox.value = ID, but it doesnt work. Any suggestions?
I am fairly new to Access (but familiar with VB in Visual Studio 6)
I plan to open form2 from form1 by clicking a button, i guess its therefore no "subform".
Thanks for your help !
I have 2 forms. form1 & form 2.
Form1 is full with textboxes etc, so for one task (datainput from user), i want to open a new form (form2).
1. How can I send data (in this case, a registrationID) from form1 to form2?
I would like to do it in a button click event (that opens form2, the button is placed on form1) like this: form2.textbox.value = ID, but it doesnt work. Any suggestions?
I am fairly new to Access (but familiar with VB in Visual Studio 6)
I plan to open form2 from form1 by clicking a button, i guess its therefore no "subform".
Thanks for your help !
Last edited: