I have now created two queries. First is a delete query that has has unique BorrowerID in its criteria. This allows the user to select which to delete. I have also made an update query to update the items borrowed when the delete query is run.
I want to run these queries at the same time, so when I choose the record to be deleted, the other query also runs and updates the item that has been borrowed.
How do I do this
I want to run these queries at the same time, so when I choose the record to be deleted, the other query also runs and updates the item that has been borrowed.
How do I do this