Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Relating 2 Tables
Message
From
05/05/2004 13:39:24
 
 
To
04/05/2004 18:35:45
Gavin Reid
L & M Marketing Pty Ltd
Frenchs Forest, Australia
General information
Forum:
Visual FoxPro
Category:
Crystal Reports
Miscellaneous
Thread ID:
00900991
Message ID:
00901281
Views:
13
hi!

Here is an example with two tables, Titles and Authors. Check the code pal!

SELECT Authors.Author, Titles.Title, Titles.[Year Published]
FROM Titles INNER JOIN (Authors INNER JOIN [Title Author] ON Authors.Au_ID = [Title Author].Au_ID) ON Titles.ISBN = [Title Author].ISBN;

hope this can help you!
Previous
Reply
Map
View

Click here to load this message in the networking platform