N
Nancy
I have three different types of aircraft and I need to inventory parts and
assign locations for each aircraft type. I will then combine the three
tables in a query and then develop a search form for the mechanics to search
for the location of a specific part they need to complete a repair. I would
like the mechanic to have the ability to search each field individually or in
combination. The fields that will be searched are as follows:
Nomenclature: (Part Name)
Part Number (would like the search form to search for both primary and
alternate part number at the same time, ie. Put either number into the
search box and have it look for both numbers.
Remarks (Remarks field gives a brief description of the part, ie. Packing
for nose gear.)
At some point, I would like to establish a calculation to automatically
calculate the inventory level for reorder, but that is somewhere down the
road. I just want to make sure the tables are established correctly before I
get too far ahead of myself.
Below is the table structure. Please look at it and see if there is
anything wrong with this approach or if you have any suggestions to make this
a more powerful table.
ID(Aircraft Type ie.CessnaID, WestwindID, CitationID)
Nomenclature
Part Number
Alternate Part Number
Quantity
Location
Remarks
Aircraft Type
Require On-Hand Quantity
Reorder Point.
Thank you
assign locations for each aircraft type. I will then combine the three
tables in a query and then develop a search form for the mechanics to search
for the location of a specific part they need to complete a repair. I would
like the mechanic to have the ability to search each field individually or in
combination. The fields that will be searched are as follows:
Nomenclature: (Part Name)
Part Number (would like the search form to search for both primary and
alternate part number at the same time, ie. Put either number into the
search box and have it look for both numbers.
Remarks (Remarks field gives a brief description of the part, ie. Packing
for nose gear.)
At some point, I would like to establish a calculation to automatically
calculate the inventory level for reorder, but that is somewhere down the
road. I just want to make sure the tables are established correctly before I
get too far ahead of myself.
Below is the table structure. Please look at it and see if there is
anything wrong with this approach or if you have any suggestions to make this
a more powerful table.
ID(Aircraft Type ie.CessnaID, WestwindID, CitationID)
Nomenclature
Part Number
Alternate Part Number
Quantity
Location
Remarks
Aircraft Type
Require On-Hand Quantity
Reorder Point.
Thank you