Hey folks -
I have a db Im working on in which I need to use one button to update two tables. I have one table that shows data recently entered, and another table which will search for and update quantities if SKU exists, or append the record to the table if it does not, when Update record is clicked. For example, product A is entered with a quantity of 5. Update record is clicked. Snapshot table shows that A has quantity of 5. Meanwhile Inventory table now shows that A has total quantity of X+5, where X was the Total quantity before Update Record button was clicked.
Is this possible, or am I tilting at windmills?
Sean
I have a db Im working on in which I need to use one button to update two tables. I have one table that shows data recently entered, and another table which will search for and update quantities if SKU exists, or append the record to the table if it does not, when Update record is clicked. For example, product A is entered with a quantity of 5. Update record is clicked. Snapshot table shows that A has quantity of 5. Meanwhile Inventory table now shows that A has total quantity of X+5, where X was the Total quantity before Update Record button was clicked.
Is this possible, or am I tilting at windmills?
Sean