Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Create cursor selectively eliminating records from 2 tab
Message
From
07/04/2007 03:55:21
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01212865
Message ID:
01213186
Views:
12
Hello Sergey and Cetin,

Thanks very much for your help. It's working fine!

I worked on some permutations/combinations to see what suited me best.

My final Code:
SELECT cname,class FROM biodata WHERE CNAME;
NOT in (SELECT cname FROM curselected);
AND biodata.gang=(lccontrol.combo1.Value)AND (DOL>=gdtodate OR EMPTY(DOL));
ORDER BY cname INTO CURSOR curtemp
With best regards,

Steve
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform