Results 1 to 6 of 6
  1. #1
    aikawa is offline Novice
    Windows XP Access 2007
    Join Date
    Nov 2009
    Posts
    4

    Motorcycle Tire Database Design

    Hello, new to the forum and to access. Im trying to build a database on motorcycle tires and quite confused as where to start.



    I have 9 Tire manufacturers and within each there are different applications (race, on-road, off-road) with different model numbers, different tire sizing's (for both front and rear tires) and different pricing.

    How should I start this DB? One table for manufacturer, one for road application, and so on?

    I just need a little advice to get me started. Thanks

  2. #2
    NTC is offline VIP
    Windows Vista Access 2007
    Join Date
    Nov 2009
    Posts
    2,392
    nope...so far you are one big table; with a field for each parameter

    now some of these fields have a fixed selection i.e. Manufacturer (or Application)

    so you will have specialty static tables; a Manufacturers table just holding this info (or an Applications table)so you don't have to retype it each time

    back in your main table - when in table design - you can define these fields as 'Look Up' fields.... so they become drop downs with the choices from your speciality tables..

  3. #3
    aikawa is offline Novice
    Windows XP Access 2007
    Join Date
    Nov 2009
    Posts
    4
    still a little confused. so I make 2 tables: Manufacturer and Application?

    In the manufacturer table i would have the names of manufacturers? what else could I add?

    And for Application: model, size, diameter, application use?

    How would I work the relationships between them?

    If someone could quickly create one in access as an example or to get me started I would very much appreciate it.

  4. #4
    NTC is offline VIP
    Windows Vista Access 2007
    Join Date
    Nov 2009
    Posts
    2,392
    depends on what you are trying to accomplish; if you just want to list each type tire - - then you have 9 manufacturers and lets say each makes 10 different tires and so you are going to have a 90 record table. One big table - very manageable - just start going.

    but if the 9 manufacturers each have 100 tires - now you're talking about 900 records and suddenly retyping in repetitive info is worth while....in which case the most repetitive info is : Manufacturer and Application (that I can think of - there may be others). In which case you make a single column table of each with their info. And then back in your main table - when you create their field/column - you define the field property as LookUp (that is an option) and the wizard will help you set it up so rather than retype each time you just select one of the entries from these specialty tables - can help data entry alot - but maybe not worth while for you.

    On the other hand if you are attempting to keep track of inventory - and have changing quantities - that is a different approach altogether.....

  5. #5
    aikawa is offline Novice
    Windows XP Access 2007
    Join Date
    Nov 2009
    Posts
    4
    Thanks, Im sort of getting on track.

    What im having trouble is with how to organize/place/list each section of the categories withing the manufacturers.

    For example if Bridgestone has 3 categories for tires (On-Road, Off-Road, and Scooter) then in each category; say for On-road there's the different compounds(race, supersport, sport-touring) for Off-Road (Trail, Enduro, Competition) and scooter (street) how can all this be placed in one table? It would seem scattered and insufficient.

  6. #6
    aikawa is offline Novice
    Windows XP Access 2007
    Join Date
    Nov 2009
    Posts
    4
    OK no replies so ive gone ahead on worked on this db.

    I tried to attach it but file is to big. Tried to compress but still too big.

    Any other way of attaching it?

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Database Design for a School
    By FallingToaster in forum Database Design
    Replies: 2
    Last Post: 08-12-2009, 10:47 PM
  2. Database Design
    By mzrihe1x in forum Database Design
    Replies: 1
    Last Post: 06-17-2009, 09:09 PM
  3. Database Design Issue
    By joekiteire in forum Database Design
    Replies: 6
    Last Post: 02-26-2009, 04:53 AM
  4. Database Design Problem
    By Kurth in forum Access
    Replies: 0
    Last Post: 08-14-2008, 04:09 AM
  5. Need help checking database design
    By abc7 in forum Database Design
    Replies: 1
    Last Post: 10-29-2007, 08:08 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums