HELP.. Recordset JOIN tables

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default HELP.. Recordset JOIN tables

    okay.. im new to this, and need some help, as i have spent all bank holiday
    trying to sort this.

    I have 1 database, with 2 tables.

    table 1 = Info & table 2 = User

    Both tables have a common primery colume called Member which is the number of
    the record. so:
    User.member '2' and Info.member '2' holds info for that member.

    I am tring to create a account page, and need a recordset that if User.member
    and Info.member equal the same, then filter all the Info tables information.
    But every time i try, it just shows the first record.....

    I hope i have explained this right... please help me if you can.

    Thanks Addy

    Addy_31 Guest

  2. Similar Questions and Discussions

    1. join two tables with sharing some columns between two
      Hi, I have two tables like these: (this is an example, the actual tables have diffferent fields and meanings) TABLE1 id person_name...
    2. Listing join from tables...
      Hello all, I have a page with query from two tables... And am having problems listing values out of both tables... The query is : <cfquery...
    3. New to Joines - Inner Join on 4 Tables
      I have four tables that I'm querying, I'm selecting all fields with the exception of the key_ID which is the field I'm joining on. Because I have...
    4. SELECT from multiple tables (not join though)
      Hi all, I have another question, I hope it isn't too basic. ^.^ I want to do a select from multiple tables but not join them. What I am trying...
    5. join key not in recordset
      It is very hard to know what you done wrong without knowing your data tables structures and how you have laid things out. However, if your form...
  3. #2

    Default Re: HELP.. Recordset JOIN tables

    Best approach is to create the join in the database itself, and then use the
    resulting query rather than a table to bring the code to the page


    --
    Regards

    Paul Whitham
    Macromedia Certified Professional for Dreamweaver MX2004
    Valleybiz Internet Design
    [url]www.valleybiz.net[/url]

    Team Macromedia Volunteer for Ultradev/Dreamweaver MX
    [url]www.macromedia.com/support/forums/team_macromedia[/url]

    "Addy_31" <webforumsuser@macromedia.com> wrote in message
    news:d57i0u$14g$1@forums.macromedia.com...
    > okay.. im new to this, and need some help, as i have spent all bank
    holiday
    > trying to sort this.
    >
    > I have 1 database, with 2 tables.
    >
    > table 1 = Info & table 2 = User
    >
    > Both tables have a common primery colume called Member which is the
    number of
    > the record. so:
    > User.member '2' and Info.member '2' holds info for that member.
    >
    > I am tring to create a account page, and need a recordset that if
    User.member
    > and Info.member equal the same, then filter all the Info tables
    information.
    > But every time i try, it just shows the first record.....
    >
    > I hope i have explained this right... please help me if you can.
    >
    > Thanks Addy
    >

    Paul Whitham TMM Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139