G
Garret
Here's a bit of a sticky widget for an Access 2000 database.
I'm still pondering about how exactly to create the tables and
relationships between them. So I'll tell you what I need to do and the
wise sages that read this can aid me if they are able to.
There are Components with properties that go to each one. This would
most likely be a tblComponents table with Primary Key as ComponentNo.
The shipment that comes in has a ComponentNo (the actual items),
Vendor, DateReceived, ShipmentSize, and a few other fields that belong
to a shipment. Since multiple shipments of a particular Component are
ordered, a new table has to store these shipments.
When a shipment comes in, the Components have to be inspected. Each
Component has a list of Dimensions that must be inspected in each
shipment. The Dimensions needed to be inspected will almost always be
the same BUT on a rare occasion a Dimension might be added or changed
if the Component has been altered by the Vendor.
Although the Dimensions for each Component stay relatively the same,
characteristics about the inspections of the Dimensions of each
shipment must be stored. The Tool used to measure the Dimension, the #
of Components that pass the particular Dimension inspection and that do
not pass, and a field that stores user Remarks would all 'belong' to a
Dimension.
Thanks for any help, I can answer any questions that you might have.
I'm still pondering about how exactly to create the tables and
relationships between them. So I'll tell you what I need to do and the
wise sages that read this can aid me if they are able to.
There are Components with properties that go to each one. This would
most likely be a tblComponents table with Primary Key as ComponentNo.
The shipment that comes in has a ComponentNo (the actual items),
Vendor, DateReceived, ShipmentSize, and a few other fields that belong
to a shipment. Since multiple shipments of a particular Component are
ordered, a new table has to store these shipments.
When a shipment comes in, the Components have to be inspected. Each
Component has a list of Dimensions that must be inspected in each
shipment. The Dimensions needed to be inspected will almost always be
the same BUT on a rare occasion a Dimension might be added or changed
if the Component has been altered by the Vendor.
Although the Dimensions for each Component stay relatively the same,
characteristics about the inspections of the Dimensions of each
shipment must be stored. The Tool used to measure the Dimension, the #
of Components that pass the particular Dimension inspection and that do
not pass, and a field that stores user Remarks would all 'belong' to a
Dimension.
Thanks for any help, I can answer any questions that you might have.