Hello All,
Im struggling to get this idea and work out how to go about solving this issue.
What i want to happen is when a item is ordered and quantity selected, it is placed into a listbox, this quantity is removed from the item table. Then if the item is edited, for example if a total of 2 is selected first then it is edited to say 4, what i want it do to is remove another two from the order table. Or the other way if quantity of 4 is selected and it is changed to 1, then i want it to add 3 back on.
Im really stuck on this, any help would be appreciated
Im struggling to get this idea and work out how to go about solving this issue.
What i want to happen is when a item is ordered and quantity selected, it is placed into a listbox, this quantity is removed from the item table. Then if the item is edited, for example if a total of 2 is selected first then it is edited to say 4, what i want it do to is remove another two from the order table. Or the other way if quantity of 4 is selected and it is changed to 1, then i want it to add 3 back on.
Im really stuck on this, any help would be appreciated
Comment