I have a Main form
Company_id
Company
etc..
3 subforms (Address, Contracts, Contacts), all different tables with company_id as foreign key.
My question is, I have a button on the main form that when clicked a popup form opens for a comment to be entered, once the user clicks ok (on the popup) it inactivates the company on the main form. I haven't been able to figure out how to inactivate the linked records in the address, contracts and contacts tables.
Any suggestions? Thanks!
Company_id
Company
etc..
3 subforms (Address, Contracts, Contacts), all different tables with company_id as foreign key.
My question is, I have a button on the main form that when clicked a popup form opens for a comment to be entered, once the user clicks ok (on the popup) it inactivates the company on the main form. I haven't been able to figure out how to inactivate the linked records in the address, contracts and contacts tables.
Any suggestions? Thanks!