I am using a simple database to track my production of items in my plant. I created a table where I add all the new quantities and names. I have another table that records the quantity, date and name of each part as it is completed.
The items in the production table are subtracted from the Total table until the quantity reaches zero and the order is completed.
I use a query to track the names of the pieces that have a need quantity greater than zero. I use this list in a form list box to cut down on errors.
My question is as I enter my production into the form, the quantity decreases and finally will reach zero. Is there a way that I can update the Greater Than Zero query as I make each entry into the production table? This will prevent over entering production by closing out the name of a product once the required value hits zero.
Thanks for your help,
Greg


Reply With Quote



