Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
A question on how to link to another table using SELECT?
Message
From
18/10/2000 10:36:28
Mike Lott
General Dynamics Information Technology
Frisco, Colorado, United States
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00430870
Message ID:
00430918
Views:
10
I guess you also needed the "st" field. Just add that to your field list (after "SELECT").

select table1.part_number, table2.st, table2.state_name ;
from table1, table2 ;
where table2.part_number = table1.part_number ;
into yada yada

Regards,

Mike
Previous
Reply
Map
View

Click here to load this message in the networking platform