How do I delete records from multiple table that is selected in the subform, which appear on the textbox below when selected. The “Remove Software” Button is suppose to delete it, is created with the wizard but is of no use.

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’m not sure I like this table structure, it appears from the screenshot and SQL that Application.SoftwareID and Software.ProductName are the same so not sure why you need both tables.
However you only need delete from Application where the ComputerID is the one selected, I’m not sure if the Computer Name field on the form is this but if so then:
If not then you could expose the relevant computerID field via a hidden textbox and use that.