First off I apologize if this is in the wrong section and/or if this issue has been answered I tried searching for it before I posted.
I have a form (say F1_FRM) that collects information on a production from a user. On this form there is a button which opens another form (F2_FRM) to add actors to this production. Form1 and Form2 correspond to Table1 and Table2 respectively. Table 1 to record Productions, Table 2 to record Actors. Table 2 has a field which needs to correspond to the key (production ID) of the related record in Table 1 (AKA what show the actor is in).
The Issue:
I have tried several different ways but I can not get the following to work; When you press a button on F1_FRM, which opens F2_FRM, I want the value of prod ID (on F2_FRM) to be auto set to the number of the production on F1_FRM when the button was pressed. This is so the User does not have to look up the production number again once they are entering actor information.
I hope that makes sense, I appreciate any help on this matter.
Thank you!
I have a form (say F1_FRM) that collects information on a production from a user. On this form there is a button which opens another form (F2_FRM) to add actors to this production. Form1 and Form2 correspond to Table1 and Table2 respectively. Table 1 to record Productions, Table 2 to record Actors. Table 2 has a field which needs to correspond to the key (production ID) of the related record in Table 1 (AKA what show the actor is in).
The Issue:
I have tried several different ways but I can not get the following to work; When you press a button on F1_FRM, which opens F2_FRM, I want the value of prod ID (on F2_FRM) to be auto set to the number of the production on F1_FRM when the button was pressed. This is so the User does not have to look up the production number again once they are entering actor information.
I hope that makes sense, I appreciate any help on this matter.
Thank you!