Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Relations question
Message
 
To
22/01/2001 13:57:43
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00466812
Message ID:
00466819
Views:
11
>Hello guys,
>
>I have this relation tables question
>
> I have 3 tables
> I set the relations within them
> table1 relate to table2 and table2 multi-relate(one to many) to table3
>
>How do I go by scanning table3 results only. (table3 is 2000 rows) every
>results is about 3-4 rows in table3,
>
>
> @-- relations have been already set
>
> sele table1
> scan
> sele table2
> scan
> sele table3
> do while not in relation (of table2) <-- do not know if this works
> do some process
> skip
> enddo
> sele table2
> endscan
> sele table1
>endscan
>
>thanks
>
>marcos oliva


Try Scan for Table3.field = table2.field
Previous
Reply
Map
View

Click here to load this message in the networking platform