Hi ALl,
I have an inventory stock DB. There is a table called Components which contains a list of part#, description for each part counted. There then is another 3 tables - Inventory (What is in stock), Used (what has been used), Received (what has come in). Within each table there is part# (linked to Component table) and the quantity and date the count was taken. From this I can then run current stock totals.
However I wish to create a form to input new stock to each table. What I need is a list of all components, and a field where the user can enter current stock. This will then write the part#, and quantity to the relevant table.
how do I create such a form? It will display the part#, description from component table, and give a field for quantity. when the user enters the quantity it will take the relevant part# and quantity and update the other table e.g. Received.
Hope this makes some sense! Thanks for your help guys
I have an inventory stock DB. There is a table called Components which contains a list of part#, description for each part counted. There then is another 3 tables - Inventory (What is in stock), Used (what has been used), Received (what has come in). Within each table there is part# (linked to Component table) and the quantity and date the count was taken. From this I can then run current stock totals.
However I wish to create a form to input new stock to each table. What I need is a list of all components, and a field where the user can enter current stock. This will then write the part#, and quantity to the relevant table.
how do I create such a form? It will display the part#, description from component table, and give a field for quantity. when the user enters the quantity it will take the relevant part# and quantity and update the other table e.g. Received.
Hope this makes some sense! Thanks for your help guys