Guest_imported
New member
- Jan 1, 1970
- 0
Here is my problem.
I am making an inventory control database which is rather complicated in functionality. At one point I have a form and the form has a line for each Order to be received. Each line also has a command button(|||||) that says receive:
Date Order Qty
01/01/2002 X-phone 50 |||||
02/02/2002 Y-phone 25 |||||
ect...
I want to push the button and then have that product adjusted in two tables. Inventory table (onOrder goes down, onHand goes up).
How can the query know to only do the one product (the one on which I pressed the button)? Somehow I need to send it something so it can filter that line and I need to send it the amount to change it by. Does anyone know how?
I am making an inventory control database which is rather complicated in functionality. At one point I have a form and the form has a line for each Order to be received. Each line also has a command button(|||||) that says receive:
Date Order Qty
01/01/2002 X-phone 50 |||||
02/02/2002 Y-phone 25 |||||
ect...
I want to push the button and then have that product adjusted in two tables. Inventory table (onOrder goes down, onHand goes up).
How can the query know to only do the one product (the one on which I pressed the button)? Somehow I need to send it something so it can filter that line and I need to send it the amount to change it by. Does anyone know how?