I bet this is an easy one, but I just need someone to help me understand the basic concept - I've never done this before...<br>
<br>
I have a form (form1 )and a subform(form2). When data is entered on form 1, a customer number (an autonumber) is generated. This number and the other data is then written back into form1's table when the record is saved. I have a subform within this form in which I want to have the info that is set up, linked back to form 1's customer number. I created a new textbox in form2 that calls the value of the customer number textbox from form 1 once its generated. This works. What I don't understand is that when both forms are saved, I want the customer number value in form 2 to be written back into a field I created for it in form 2's Table. I'm assuming I have to write some code that points a value back to a table and field? <br>
<br>
Thanks much
<br>
I have a form (form1 )and a subform(form2). When data is entered on form 1, a customer number (an autonumber) is generated. This number and the other data is then written back into form1's table when the record is saved. I have a subform within this form in which I want to have the info that is set up, linked back to form 1's customer number. I created a new textbox in form2 that calls the value of the customer number textbox from form 1 once its generated. This works. What I don't understand is that when both forms are saved, I want the customer number value in form 2 to be written back into a field I created for it in form 2's Table. I'm assuming I have to write some code that points a value back to a table and field? <br>
<br>
Thanks much