Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Records from two tables
Message
From
03/07/2001 12:38:35
 
 
To
03/07/2001 12:26:42
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00526363
Message ID:
00526372
Views:
16
Hi!


You can use the SQL SELECT statement as a row source of the combobox, for example:
Select a.*, b.* from a inner join b on a.KeyField=b.KeyField into cursor ComboCursor

Or just prepare such cursor and than display it.
Or populate combobox manually using its AddItem or AddListItem methods in a scan loop.

HTH.

>I have two tables with a common field. I want a combo box to display the combined contents of these two table fields. Please help.
Vlad Grynchyshyn, Project Manager, MCP
vgryn@yahoo.com
ICQ #10709245
The professional level of programmer could be determined by level of stupidity of his/her bugs

It is not appropriate to say that question is "foolish". There could be only foolish answers. Everybody passed period of time when knows nothing about something.
Previous
Reply
Map
View

Click here to load this message in the networking platform