> > Select FG.Group_ID, FG.Group_Name, > > C.Client_ID, > > C.Client_First_Name, C.Client_Middle_Name, > C.Client_Last_Name > > from Family_Groups FG, Clients C > > where FG.Group_ID = C.Client_Family_ID > > and C.Client_ID = '#URL.Client_ID#'
>It's returning only the first record each time...and that's the record >that matches the URL.Client_ID...but this code should return more >than one record, right? well that depends how many FG.Group_ID match the C.Client_Family_ID in the Clients record that matches the URL.Client_ID supplied. Could you dump a sample of the data here for us to see? Mike T ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:219924 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

