Here is my situation:
I have a database used for workorder tracking for a small business. I have a form called workorders linked to a table called workorders, a subform called workordersubform linked to a table called workorderdetails, and a form called inventory linked to a table called inventory. The workorder form has all of the details for the workorder like client, make, model, etc. The workordersubform has all the parts, quantity, price information for each workorder
What I would like to have happen, but am having great trouble with, is when the status field of the workorder is set to closed, all of the items in the workordersubform are subtracted from the inventory table. Until the workorder is closed, no items are subtracted from inventory. With 3 different tables and 3 forms, I am having trouble making everything work. I am using Access 2000. Has anyone done something similar to this or have any suggestions?
I have a database used for workorder tracking for a small business. I have a form called workorders linked to a table called workorders, a subform called workordersubform linked to a table called workorderdetails, and a form called inventory linked to a table called inventory. The workorder form has all of the details for the workorder like client, make, model, etc. The workordersubform has all the parts, quantity, price information for each workorder
What I would like to have happen, but am having great trouble with, is when the status field of the workorder is set to closed, all of the items in the workordersubform are subtracted from the inventory table. Until the workorder is closed, no items are subtracted from inventory. With 3 different tables and 3 forms, I am having trouble making everything work. I am using Access 2000. Has anyone done something similar to this or have any suggestions?