Manufacturing Inventory Database

L

Long

I am trying to create a database that will be able to track inventory of
products that are used to make up different items. Basically we are building
items from a series of individual products. Not all the finished items will
be made up of the same components, but some will use like items. I have
looked at the Inventory template, this seems to be useful for the individual
product components, but how do I create the new finished items. I thought
about using Parent ID's for these items, but am stumped since many of the
same products are used to make up the individual items. These will be the
items that will be purchased/leased/or rented. I will also like to
incorporate customers/orders into this database. When a customer orders a
particular item, I would like the inventory of individual products that make
up the item to be reduced. Any ideas? One other comment, the items that the
customers purchase will have unique serial numbers, so we can track and
monitor the items. Am I making any sense to anyone? Is this all logical to do
in access? Thanks for any help anyone can give.
 
R

rico

Long,

This is what access was made to do. The structure would take too long for me
to write out here, but the basic method, is that you have a table for
products, table for subproducts, table for subsubproducts and so on. in
subproducts you have a field to say which produt it is for, and in
subsubproducts you have a field to say which subproduct it is for. THis is
whats called a one-to-many relationship. I suggest you read up on this and on
access in general and how to structure it should become fairly obvious.

O and have a look at the northwind database, which comes with access, it is
a perfect example of a ordering/parts database
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Inventory Help 3
Inventory/Sales/Warehouses 6
Excel Vlookup Help 0
Lookup inventory number 4
Inventory project error in transaction 2
inventory lookup 2
INVENTORY FIFO 1
Unique number to different items 3

Top