Hello everybody,
I want to know if anybody can help me. What procedure or code can be used if I want to do the following.
I have a invoice entry form and a inventory/stock form showing stock and qty.
If a qty is entered on the invoice form and I click a button "print invoice" I want the qty that is on the invoice to be subtracted from the qty in stock.
I have tried many on click events to minus the one from the other but didn't work out properly.
If you want me to give you details of what tables I have etc, please ask. But for now I just want an explanation of what to do where so that a procedure can handle this for me.
Thanking you.
Ryno
I want to know if anybody can help me. What procedure or code can be used if I want to do the following.
I have a invoice entry form and a inventory/stock form showing stock and qty.
If a qty is entered on the invoice form and I click a button "print invoice" I want the qty that is on the invoice to be subtracted from the qty in stock.
I have tried many on click events to minus the one from the other but didn't work out properly.
If you want me to give you details of what tables I have etc, please ask. But for now I just want an explanation of what to do where so that a procedure can handle this for me.
Thanking you.
Ryno
Comment