Combo box and data binding

sanand

New member
Joined
Jul 7, 2005
Messages
4
Programming Experience
3-5
Hello experts,

I have a form form based on dataset dsCustomers. The field country on this form is found to a field Country in the dsCustomers. I want to use a combo box
(based on another dataset dsCountries) to update the Country field on the
form. I cannot figure out how to bind the data in this situation.

Any help is greatly appreciated

TIA
 
Back
Top