Hello!
I work in vwd, VB without ajax. I've made an data entry form. In this form i enter data from a base into another table. I select rows (products) with Dropdownlist and insert them into a different table (shipping). These rows contain integer field (the quantity of products in the warehouse).
The question is: is it possible to have an event fire when i insert data, to make a "-1" on the integer colum of the selected row (to substract 1 in the products table on the inserted row).
Please keep your answers as simple as possible, yes, I am a newbie. If you could include some code, great! Any help would be greatly appreciated, thanks!