Hello everyone I have a Main Form(frmApplicants) and sub form(frmApplicantsDetails) which the Data Entry set to Yes
what I want is, if I double click the name of applicant in main form I want to popup the sub form along with the complete details of the applicant chosen in the main form. I used the DoCmd.OpenForm but my problem now is when I try to double click the applicant#2 or #3,etc the sub form will popup but not the details of applicant#2 (or the chosen applicant except applicant#1) its the details of applicant#1.
Can You help me how to solve this issue how to write the code in vba? sorry Im new to access just learning this stuff recently.
Thank YOu
God BLess
what I want is, if I double click the name of applicant in main form I want to popup the sub form along with the complete details of the applicant chosen in the main form. I used the DoCmd.OpenForm but my problem now is when I try to double click the applicant#2 or #3,etc the sub form will popup but not the details of applicant#2 (or the chosen applicant except applicant#1) its the details of applicant#1.
Can You help me how to solve this issue how to write the code in vba? sorry Im new to access just learning this stuff recently.
Thank YOu
God BLess

Last edited: