Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Creating cursor with two children from one parent
Message
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01346532
Message ID:
01346560
Views:
7
Sergey

Was looking at it from the wrong angle, many thx

Ended up with the following code:
sELECT linemarkinghead.icustno, customers.ccompany, sites.name ;
	FROM linemarkinghead ;
	JOIN customers ON linemarkinghead.icustno = customers.icustno  ;
	JOIN sites ON SITES.icustno = CUSTOMERS.icustno;
	 INTO CURSOR TMP
Rob
Previous
Reply
Map
View

Click here to load this message in the networking platform