W
winanass
ok, i am in the computer parts sales business.
some companies, such as IBM, have multiple part #'s for the same thing.
IE, retail part #, FRU (Field replacement unit), internal part #, etc.
I need to be able to trace all these part #s back to the main #.
So, I have been thinking on devising 3 tables:
Inventory Master
-----------------------
Retail Part #
Brand
Description
Inventory Xref
----------------------
Part #
Retail Part # (ie, cross references back to the master inventory)
Transaction (ie, this is where i would receive the inventory, keep
track of qty and cost etc)
-----------------
Trans ID
Part # (could be anything, it would link back to Inventory Xref, which
would link back to Inventory Master)
Condition (like new, used, etc)
Qty
Cost
So i create a form like this:
Trans ID .. Part # .. Retail Part # .. Brand .. Description ..
Condition .. Qty .. Cost
how do i make the form work so that the Inventory Xref file and the
Inventory Master file
records are created automatically, and where the data in these 2 files
are used when the
correct data already is in the file (ie, Inventory Xref record already
exists, and the Inventory Master record already exists, the Retail Part
#, Brand, and Description should automatically pull up.)
hope i have made myself clear. i am very new to access, but come from
a previous database programming background using the Pick O/S
Thanks in advance...
some companies, such as IBM, have multiple part #'s for the same thing.
IE, retail part #, FRU (Field replacement unit), internal part #, etc.
I need to be able to trace all these part #s back to the main #.
So, I have been thinking on devising 3 tables:
Inventory Master
-----------------------
Retail Part #
Brand
Description
Inventory Xref
----------------------
Part #
Retail Part # (ie, cross references back to the master inventory)
Transaction (ie, this is where i would receive the inventory, keep
track of qty and cost etc)
-----------------
Trans ID
Part # (could be anything, it would link back to Inventory Xref, which
would link back to Inventory Master)
Condition (like new, used, etc)
Qty
Cost
So i create a form like this:
Trans ID .. Part # .. Retail Part # .. Brand .. Description ..
Condition .. Qty .. Cost
how do i make the form work so that the Inventory Xref file and the
Inventory Master file
records are created automatically, and where the data in these 2 files
are used when the
correct data already is in the file (ie, Inventory Xref record already
exists, and the Inventory Master record already exists, the Retail Part
#, Brand, and Description should automatically pull up.)
hope i have made myself clear. i am very new to access, but come from
a previous database programming background using the Pick O/S
Thanks in advance...