hello, i have just started to use visual basic a few days ago and im not good at programming. im currently doing my thesis and i was wondering if anyone could help me.
I'm trying to create a database where when you save data in table1 it doesn't update the mainTable, but instead it updates another temporary table, but when i update the temporary table(which contains data from table1) it updates the mainTable. table1 and the mainTable have relations with each other.
its like when i create a purchase order, i dont actually increase my inventory but when i receive the items from my purchase order, my inventory increases.
Im using SQL server 2005 and vs2008
Im not asking for the exact answer, if anyone has an example or a link to a tutorial or any kind of suggetions, it would be a great help. thanks
I'm trying to create a database where when you save data in table1 it doesn't update the mainTable, but instead it updates another temporary table, but when i update the temporary table(which contains data from table1) it updates the mainTable. table1 and the mainTable have relations with each other.
its like when i create a purchase order, i dont actually increase my inventory but when i receive the items from my purchase order, my inventory increases.
Im using SQL server 2005 and vs2008
Im not asking for the exact answer, if anyone has an example or a link to a tutorial or any kind of suggetions, it would be a great help. thanks
Comment