I want to be able to insert and update 2 different tables at the same time
heres the scenario:
if i insert a new record, the it will create a primary key for me as auto increment
then once that primary key is created,
I want to use that to update all foreign keys in another table
heres the code