RainLover
VIP From a land downunder
- Local time
- Today, 22:07
- Joined
- Jan 5, 2009
- Messages
- 5,041
Sorry to intefere but,
@RainLover please tell me if I'm wrong, in your sample, based on Allen Browne's code, stock take is a manual operation. You have to manually input the desired date for the procedure to calculate stock in hand.
What if we had over 200 different products, multiple warehouses, and need to perform stock take each day, for each warehouse separately. Is there a way of doing it automatically?
Thanks.
If you use a Main form where you enter the Date and Stocktake.
In the Sub form link the two together via the Parent Child fields.
From here on as you enter a record into the Sub Form the Date and Stocktake get entered automatically. Do you understand? If not I will have to adjust the sub form for you to explain things better.
Please let me know.