You need to take a close look at the data in your database then. Have
you tried using trim?  I'm assuming this is access, yes? Sometimes,
access has issues with leading/trailing spaces.

Or, try this:

SELECT *
FROM Schools s LEFT JOIN Principals p on s.schoolid = p.schoolid LEFT
JOIN VicePrincipals v on s.schoolid = p.schoolid

Now do your other school show up? Do they not have principals and vice
principals?



On 7/21/06, Steven Sprouse <[EMAIL PROTECTED]> wrote:
> I don't get a thing when I do that query, but I do when I change the id to 
> something else.  What gives?
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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/cf_lists/message.cfm/forumid:4/messageid:247349
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to