Tables = "Purchase Orders", "Purchase Order Details", "Customer Orders", "Customer Order Details"
Forms = "Process Purchase Orders"
Everything is working fine under current requirements however; I am having trouble making the latest requirement work properly... I have the following scenario:
While processing purchase orders, I have a need to possibly update an existing customer order with the unitcost & processingfee. These items are not known until the vendor invoices me...
What I have attempted is to add a button to my process purchase orders form which will display a lookup form inwhich I can select the customer and enter the orderdate then display all orders by this customer within the last 60 days of the order date. I then need to update the details of the order within the form thus updating the table...
So far I can only get the button to open my form displaying ALL records in my "customer orders" table
HELP!!!!
Forms = "Process Purchase Orders"
Everything is working fine under current requirements however; I am having trouble making the latest requirement work properly... I have the following scenario:
While processing purchase orders, I have a need to possibly update an existing customer order with the unitcost & processingfee. These items are not known until the vendor invoices me...
What I have attempted is to add a button to my process purchase orders form which will display a lookup form inwhich I can select the customer and enter the orderdate then display all orders by this customer within the last 60 days of the order date. I then need to update the details of the order within the form thus updating the table...
So far I can only get the button to open my form displaying ALL records in my "customer orders" table
HELP!!!!