Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
tables and arrays
Message
From
16/08/1996 14:23:28
 
 
To
16/08/1996 13:11:36
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00005784
Message ID:
00005855
Views:
31
>>what's the relation between name and data? 1-1 or 1-many
u answer the "why" q.
what about the "what" q. ?
if it is a 1-1 relation u can do it with a single SELECT
something like

Select data.*,name.cso_ref from data,name ;
where name.flac_ref=data.flac_ref ;
into table new_data

if the relation if 1-many u may have to resort to using
a scan loop on the data table

Arnon
Previous
Reply
Map
View

Click here to load this message in the networking platform