Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using existing program?
Message
From
23/03/2007 16:37:54
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01207621
Message ID:
01208004
Views:
22
Hi Naomi,

I got it. Your code will not work because the crsCNT.PartNum is a parent part of the parts in crsMaster.
SELECT a.PartNum, ..., a.QtyPer * c.CurQty as QtyReq, ;
b.OnHand - (a.QtyPer * c.CurQty) as NetQty ;
FROM crsCNT c, crsParts a LEFT OUTER JOIN crsMaster b ;
ON a.PartNum = b.PartNum ;
INTO CURSOR crsTemp
Thanks again,
Sam
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform