Hey guys.
I am going to try and explain my problem the best I can. Any help is greatly appreciated.
I have some tables, employees, assets, terminated assets, and terminated employees. I have created queries for these tables as well.
I have a checkbox column in my employee table. So when it is unchecked, the employee is removed and added to the terminated employee table.
My problem is the employee is still being tied to the assets. Each employee can have multiple assets. When i move the employee to the terminated table, i want the employee's name to be removed from the asset table and moved to terminated assets. I don't want to whole entry deleted, because another employee will use that asset. Is there a way to get it to just remove the employee's name from the asset it is tied to?
I hope this makes sense. Like i said, i appreciate any help that can be given. Thank you!