Louise Wallen
Registered User.
- Local time
- Today, 10:46
- Joined
- Jun 20, 2017
- Messages
- 17
Hello,
I am a beginner so if anyone is able to help I was hoping for a clear explanation please
I have two forms and a button
[1.] frm_view_project (includes a project ID, project name and some details, and a button: [btn_add_comment])
When I click this button it loads:
[2.] frm_add_edit_comment
When I choose to add a comment by clicking [btn_add_comment] I would like it to auto populate a combo box I have in this form called [cmb_select_project] (this is storing the project ID).
Please can someone explain to me how I can pass the [project_ID] stored in form 1 to populate the [project_ID] stored in the frm_add_edit_comment.
Thanks so much in advance!
I am a beginner so if anyone is able to help I was hoping for a clear explanation please

I have two forms and a button
[1.] frm_view_project (includes a project ID, project name and some details, and a button: [btn_add_comment])
When I click this button it loads:
[2.] frm_add_edit_comment
When I choose to add a comment by clicking [btn_add_comment] I would like it to auto populate a combo box I have in this form called [cmb_select_project] (this is storing the project ID).
Please can someone explain to me how I can pass the [project_ID] stored in form 1 to populate the [project_ID] stored in the frm_add_edit_comment.
Thanks so much in advance!