Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Showing
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00612832
Message ID:
00612996
Views:
18
Nadya,

No your code will not give you what you want as the towns in BldMstr are NOT in Towns, try this instead;
select town, fullname, ccode, county from Towns where ... ;
   union ;
select BldMstr.town, space(21) as fullname, ;
       BldMstr.ccode, county from BldMstr ;
   order by 1  into cursor curTowns
note the inner join was removed.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform