goldstar19821982
03-14-2008, 10:45 AM
Hello All,
currently have a system which allows hiring of items. When an item is selected this is displayed within a listbox and saved within a table. If i was to press remove then this would clear the listbox, delete from the table and update the hired item within the item table.
Currenttly say i placed an hire order for 10 items, these would all display within a listbox, then if the remove button was to be pressed, all the items would be deleted from the table hireline. This works fine, but at the same time i want to update the stock within the item table.
for example item10 has total of 20 in item table
Order form, 1 of item9 is chosen and one of item10 is chosen and displayed within the listbox, this also saves the item within the itemline table
Then the remove button is pressed, currently i could get it to delete the items. but i want to update the stock for all items that were within the order
currently have a system which allows hiring of items. When an item is selected this is displayed within a listbox and saved within a table. If i was to press remove then this would clear the listbox, delete from the table and update the hired item within the item table.
Currenttly say i placed an hire order for 10 items, these would all display within a listbox, then if the remove button was to be pressed, all the items would be deleted from the table hireline. This works fine, but at the same time i want to update the stock within the item table.
for example item10 has total of 20 in item table
Order form, 1 of item9 is chosen and one of item10 is chosen and displayed within the listbox, this also saves the item within the itemline table
Then the remove button is pressed, currently i could get it to delete the items. but i want to update the stock for all items that were within the order