Results 1 to 3 of 3

Thread: Link specific groups of data to a recordset?

  1. #1
    Join Date
    Nov 2007
    Posts
    2

    Link specific groups of data to a recordset?

    I am new to this forum so I am not sure if this is posted in the appropriate group.

    Okay - this may be a silly question - what is a crosslink table? Is this easily achieved in the MySQL query browser? Here is some more details on what I am trying to achieve. I have seen it done but not sure where to start....

    The products correspond as follows:

    - To be eligible for 'product a' the buyer must meet two qualifications:

    1. Specify their 'model of their engine.'
    2. Specify the 'year' of their engine.

    Is there a way to structure my tables so that if a person specifies 'a specific year' and 'specific model' the correct product A, B, or C will pull up for them?

    Do I create separate tables named 'Engine Model' and 'Engine Year' -- and then link to the product table with foreign keys? If so, how do I specify more than one grouping. For example product A is compatible with 2004-2007 engines and 10 different engine models.

    I am new to mySql -- but a quick study -- hopefully this is easy to implement.

    thanks.

  2. #2
    Join Date
    Sep 2002
    Posts
    5,938
    Wrong place, this is ms sql forum.

  3. #3
    Join Date
    Nov 2007
    Posts
    2
    Thank you for giving me the heads up.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •