Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Joins on multiple tables
Message
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01070900
Message ID:
01070984
Views:
13
I figured it out. Guess its useful to try the query designer. This is what I came up with:
SELECT Cteam.team_key, Cemployeelookup.elu_eid, Clookup.lup_value;
 FROM ;
     cTEAM Cteam ;
    INNER JOIN  CEMPLOYEELOOKUP Cemployeelookup ;
    INNER JOIN CLOOKUP Clookup ;
   ON  Clookup.lup_id = Cemployeelookup.elu_type ;
   ON  Cteam.elu_id = Cemployeelookup.elu_key
Thanks,

Marcel
Previous
Reply
Map
View

Click here to load this message in the networking platform