I don't completely follow what you're saying because of my db inexperience.  
Nonetheless, I'm think that there's not a cure because it's a many to one 
relationship.  There are attendees and several take_aways per note (my base 
table).  To represent them as one record, I'd have to have an array of fields 
from the attendees database in a record and a similar array for the take_aways. 
 Is that right?

Again, here's the returned data:
http://hhp.umd.edu/dean/notes_dump.cfm

>You need to look at your database requirements from an output point of view.
>What I mean is this.
>
>If I want to return data from Table A and the row from Table B that is
>matched by a priamry field then I should be looking at inner join. And of
>course it is either left or right depending on the dat you want.
>
>The reason being if you don't specify it as a left outer join or right outer
>join you will return all records that match for that join.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:259032
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to