Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Populating a combo box
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00328762
Message ID:
00328778
Views:
32
Hi Ryan,

>How can I make it so that when the user chooses something in the one side of the relationship combo, the many side of the relationship combo populates at that time with only related records?

If you put something like:

select * from child where child.id_fk = parent.id_pk into cursor tempcombo

into the recordsource for your combo then and use an SQL statment as teh recordsource type, you should only need to Requery() the child combo when ever something is chosen from the parent combo.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform