I have a main form named [Program Management] with a RecordSource of tblMPL with a primary key field [Record_No] which is also a txtBox on the form. On this main form I have a combo box where if the selection "ReDirect" is made then a second form opens [ReDirect Reason] which has a RecordSource of a different table tblReDir with a field of Record_No that I have set as a one to one relationship with tblMPL. This second form has a few chkboxes which I want to use to create a record in tblReDir with the same [Record_No] as the main form's currently displayed [Record_No] but I can't seem to get it to work.
Also, with the second form chkboxes, I want to open a third form with OnClick events and this form has the same RecordSource as the second form - tblReDir and this form has a few chkboxes that I want to populate the same record as the second form did.
So, basically the second and third forms will create a record in tblReDir that has the same [Record_No] as the current record of the main form. I attached a screen shot just to give some idea of what I'm talking about.
Thanks for any help!
Also, with the second form chkboxes, I want to open a third form with OnClick events and this form has the same RecordSource as the second form - tblReDir and this form has a few chkboxes that I want to populate the same record as the second form did.
So, basically the second and third forms will create a record in tblReDir that has the same [Record_No] as the current record of the main form. I attached a screen shot just to give some idea of what I'm talking about.
Thanks for any help!