Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Create one table from 3
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01222794
Message ID:
01222836
Views:
22
>I have one parent table and two children. I want to create one table with the fields from all three (for a report). Is there an easy way to do this without hardcoding the fieldnames?
>
>For example,
>
>Parent table = table1
>1st child = table2
>2nd child = table3
>
>use table1 order tag site
>use table2 in 0 order tag site
>use table3 in 0 order tag site
>
>sele table1
>set relation to site into table2
>set relation to site into table3 additive
>set skip to table3
>
>Instead, I want one cursor with the fields for all three so I can use it in a report easier.

Hmmm, if you don't have any duplicate fieldnames, you could select each table and do an afields(la1), afields(la2),afields(la3), then combine them and create a cursor. If you do have duplicates, you could just delete the dupnames as a part of the process...
John Harvey
Shelbynet.com

"I'm addicted to placebos. I could quit, but it wouldn't matter." Stephen Wright
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform