Dick Anderson
06-19-2006, 09:01 PM
I need to make a production bake list for a bakery.
I am inclined to design a form which will list all the bakery products. On the form the user generates a new order with bake date and customer. The bakery products list is linked to the items database by product_id and customer_id so that previously ordered products in the product list can be identified by bold print or color etc.. Now the user can use the list as a pick list, point and enter quantity. After the user saves this order the items database would have to be appended with those items where a quantity is greater than none or zero and if the actual product database is used the quantity would have to be reset to zero or none. Of course many orders for a particular date can and would be generated.
Now a report for production bake list can be generated for the date needed from the items database which includes the order_num, product_id and product_qty.
Will it work? Any ideas? Remember, the orders are generally but not always repeating daily except for quantities.
Dick
I am inclined to design a form which will list all the bakery products. On the form the user generates a new order with bake date and customer. The bakery products list is linked to the items database by product_id and customer_id so that previously ordered products in the product list can be identified by bold print or color etc.. Now the user can use the list as a pick list, point and enter quantity. After the user saves this order the items database would have to be appended with those items where a quantity is greater than none or zero and if the actual product database is used the quantity would have to be reset to zero or none. Of course many orders for a particular date can and would be generated.
Now a report for production bake list can be generated for the date needed from the items database which includes the order_num, product_id and product_qty.
Will it work? Any ideas? Remember, the orders are generally but not always repeating daily except for quantities.
Dick