hi everyone,
I have two main tables of incoming and outgoing.
I have crate stock Query with following fields
ItemID (Group By) , StatusID (Group By), Quantity (Sum)
And In Outgoing Form
ItemID, StatusID, ReceivedQuantity
Now the problem is , I dont want the user to fill itemID and StatusID that not available in the Stock.
Can you give your idea please, what should i use here, thanks in advanced.
I have two main tables of incoming and outgoing.
I have crate stock Query with following fields
ItemID (Group By) , StatusID (Group By), Quantity (Sum)
And In Outgoing Form
ItemID, StatusID, ReceivedQuantity
Now the problem is , I dont want the user to fill itemID and StatusID that not available in the Stock.
Can you give your idea please, what should i use here, thanks in advanced.