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:
00612855
Views:
18
Do you mean:
select town, fullname, ccode, county from Towns where ... ;
   union ;
select BldMstr.town, space(21) as fullname, ;
       BldMstr.ccode, county from BldMstr ;
       inner join Towns on BldMstr.ccode = Towns.ccode ;
   order by 1  into cursor curTowns
Yes, I think, this would work.

Thank you.

>I would use UNION in the "select..." for RecordSource.
>>Hi everybody,
>>
>>We have towns combobox, which has ControlSource BldMstr.town and RecordSource select town, fullname from towns
>>
>>Suppose, we have entries in a BldMstr table, which are not in Towns table. How can we show them in the combobox?
>>
>>Thanks in advance.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform