Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / New Users / July 2006

Tip: Looking for answers? Try searching our database.

Need help building database

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
PenniLane - 03 Jul 2006 16:49 GMT
I am building a new database (and am a new Access user) and I have run into a
problem. I am working with part numbers. One list is my company's numbers,
three other lists are competitors numbers. I need to use my database to look
up part numbers using any of these numbers. My "Part Search" works, except
for where I am stuck. My company has some part numbers that are kits made up
of 2 or 3 or the competitor's part numbers. I have no way to know that those
part numbers are part of a kit including other numbers. I need a way to show
all part numbers in the kit without modifying my part numbers. Anyone have
any suggetions?
Ron2006 - 05 Jul 2006 19:43 GMT
Here are some ideas since no one has touched it so far:

1) DO NOT have 3 (or 4 etc) tables.

2) possible tables

tblCompany
  CompanID   - PK
  CompanyName    (Including one record for your own company
  other company info

tblPart
  PartID     - Auto Number
  PartNumber - PK
  CompanyID  -  PK   the Company ID of who makes it.
  Description
  other Part info

tblComponents
  ID        - PK
  PartID   - FK  The partID of the part that is the master part number
                      (for instance Standard Box for Widgets)
  ComponnentPartID  - FK (the PartID of one of the parts that makes up
the master part number (for Instance -  Lock for a box.)

This way you can have the same part from a company used on multiple
boxes AND can have as many parts as needed and from as many sources as
needed.
This also allows you to have composit parts made themselves from
composit parts.

Hope this gave you some ideas...

Ron
PenniLane - 05 Jul 2006 20:56 GMT
Thank you very much! A Components table is what I was looking for. Now I have
a lovely form to look up parts by ANY part number, including the component
parts. I really appreciate your help!

> Here are some ideas since no one has touched it so far:
>
[quoted text clipped - 30 lines]
>
> Ron
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.