Zsaleem ProductionHead's Womb Jan 28, 2009 1,769 21 38 Baller Links INC googlehammer.com Feb 11, 2010 #3 Access is GAY
stevenz New member Mar 17, 2009 33 1 0 Feb 11, 2010 #6 3 tables: Customer, Supplier, City How do I go about selecting suppliers that aren't from California... but under the Supplier table... it does not list the state, it only list cityID which is linked to the City table where the state is listed.
3 tables: Customer, Supplier, City How do I go about selecting suppliers that aren't from California... but under the Supplier table... it does not list the state, it only list cityID which is linked to the City table where the state is listed.
LotsOfZeros ^^^ Bi-Winning ^^^ Feb 9, 2008 4,648 118 0 www.makemoniesonline.com Feb 11, 2010 #7 SELECT * FROM SUPPLIER JOIN CITY ON SUPPLIER.CITY = CITY.CITY WHERE CITY.STATE <> CA Oh wait, did you say Access? Don't you just draw lines to each object or something .... like Crystal Reports?
SELECT * FROM SUPPLIER JOIN CITY ON SUPPLIER.CITY = CITY.CITY WHERE CITY.STATE <> CA Oh wait, did you say Access? Don't you just draw lines to each object or something .... like Crystal Reports?