Hi.
I have a bound form in Access 2007 that opens up another bound
form during data entry, after filling in a few fields. This new form is not related or linked (but borrows one field's value from the main form - as i have set it's control source property) and has some more fields that are filled in.
And when the user clicks the "save" command button on form, all the fields on the second form are saved into it's underlying table except the field that got it's value from the first form. Why ?
The code in my "save" button is simple.
docmd.save
msgbox "Record saved successfully", vbokonly
docmd.gotorecord , , acnewrec
Can somebody correct me please ?
I have a bound form in Access 2007 that opens up another bound

And when the user clicks the "save" command button on form, all the fields on the second form are saved into it's underlying table except the field that got it's value from the first form. Why ?
The code in my "save" button is simple.
docmd.save
msgbox "Record saved successfully", vbokonly
docmd.gotorecord , , acnewrec
Can somebody correct me please ?