I have an ordering system which uses a form with 2 subforms for the order (Client / Order / Products Requires), after this order has been taken it is passed on to the stock control department. Due to the nature of the product it can be stored in many locations. The location ref number needs to be shown next to the product required (for all products ordered)and each product on the order can come from a different location.
I have created a stock location form which is a query of 2 tables with a subform based on 1. The Main shows the location details and includes a location ref number. This location ref number need to be inserted into the sales order page upon return. As this task is carried out hundreds of times a day just remebering and typing the number in could prove a problem.
I have not done anything like this before. I think that you could put code to the effect..
copy ref no in the on exit event of the allocation
and then
paste ref no in the on enter (or on click) event of the location ref box on the sales order.
Am I looking in the right direction?
Does anybody know how to apply this technique?
Thank you all in advance (sorry for the length of message)
Alex
I have created a stock location form which is a query of 2 tables with a subform based on 1. The Main shows the location details and includes a location ref number. This location ref number need to be inserted into the sales order page upon return. As this task is carried out hundreds of times a day just remebering and typing the number in could prove a problem.
I have not done anything like this before. I think that you could put code to the effect..
copy ref no in the on exit event of the allocation
and then
paste ref no in the on enter (or on click) event of the location ref box on the sales order.
Am I looking in the right direction?
Does anybody know how to apply this technique?
Thank you all in advance (sorry for the length of message)
Alex