Ask a Question related to Dreamweaver AppDev, Design and Development.
-
Addy_31 #1
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
-
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... -
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... -
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... -
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... -
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... -
Paul Whitham TMM #2
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...holiday> okay.. im new to this, and need some help, as i have spent all banknumber of> 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 theUser.member> 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 ifinformation.> and Info.member equal the same, then filter all the Info tables> 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



Reply With Quote

