Hello all!
I’m building an inventory database with an associated request form. I have two separate tables - one for full inventory and one for the request. In the request table, I’ve allowed people to link records from the Inventory to a requestor record. What I want to happen is that when an item is added to that requestor record, I want the associated item in the Inventory table to update its status to “Checked Out”.
Can anyone help me logic this one out?
Thank you!



