Well how many rows do you expect back?

It has to be down to your WHERE clause. Have a look in the tables and see
whether more rows fit the criteria you're using.

Ade

-----Original Message-----
From: Rick Faircloth [mailto:[EMAIL PROTECTED]
Sent: 03 October 2005 16:47
To: CF-Talk
Subject: Why doesn't this query return more than 1 record?


I'm not dumb, I'm not dumb, I'm not dumb.

If I repeat it often enough, it has to be true, right?

Anyway...why won't this query return more than 1 record?

     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#'

Rick


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:219899
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

Reply via email to