Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Help with a View
Message
From
19/10/1998 09:43:41
Alec Dearden
Peterborough Hospitals Nhs Trust
Peterborough, United Kingdom
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00148071
Message ID:
00148074
Views:
20
there is a fault in VFP - you must tell VFP which 'ON' statment relates to which 'JOIN' statment ie:-

SELECT Payment.*, Instructor.*, Customer.*, Student.*;
FROM ls!payment LEFT OUTER JOIN ls!instructor;
ON Payment.pay_inst = Instructor.ins_inst;
LEFT OUTER JOIN ls!customer;
ON Payment.pay_acct = Customer.cus_acct;
LEFT OUTER JOIN ls!student;
ON Payment.pay_acct = Student.stu_acct and ;
Payment.pay_sub = Student.stu_sub

I hope this helps.

Alec Dearden.
Previous
Reply
Map
View

Click here to load this message in the networking platform