Hello,
I’m using Access database to track projects and checks. Projects and checks have a many-to-many relationship joined through a juncture table.
Tbl_Projects (PK ProjectID)
Tbl_Checks (PK CheckID)
Tbl_ProjectChecks (PK ProjectCheckID)
I have a main form/subform combination in which the user selects a project number on the main form and populates check data in the subform. The main form is based on tbl_Projects, and the subform is based on a query of tbl_Checks and tbl_ProjectChecks.
My subform is in Continous view. I need the user to be able to highlight a Checks record from the subform, press a command button, and delete BOTH the record in tbl_Checks and the corresponding join record in tbl_ProjectChecks.
I’m not sure what coding would be required for this action or if this can be done. Thank you in advance for any assistance!
I’m using Access database to track projects and checks. Projects and checks have a many-to-many relationship joined through a juncture table.
Tbl_Projects (PK ProjectID)
Tbl_Checks (PK CheckID)
Tbl_ProjectChecks (PK ProjectCheckID)
I have a main form/subform combination in which the user selects a project number on the main form and populates check data in the subform. The main form is based on tbl_Projects, and the subform is based on a query of tbl_Checks and tbl_ProjectChecks.
My subform is in Continous view. I need the user to be able to highlight a Checks record from the subform, press a command button, and delete BOTH the record in tbl_Checks and the corresponding join record in tbl_ProjectChecks.
I’m not sure what coding would be required for this action or if this can be done. Thank you in advance for any assistance!