>This code isn't using inner/outer join notation, but the old style. Is
>there a reason for this?

It's the way that I learned to do it.  I've read your notation; it's certainly 
more explicit.  

Further though, the assistance that I needed was adding the field 
'passport_attendance_id' from the 'passport_attendance' table.  I don't see 
that in there and I am having difficulties adding it.

any help on that, please?

Here is the structure of passport_attendance:
       passport_attendance_id NUMBER Primary Key,
        date_added date,
        person_scanning VARCHAR2(100),
        passport_listing_id NUMBER REFERENCES 
passport_listing(passport_listing_id),
        student_id NUMBER REFERENCES students(student_id),
        people_id NUMBER REFERENCES people(id),
        s_uid VARCHAR2(50),
        approved VARCHAR2(20)


thanks! 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:327771
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