Hi Experts,
I am using Vb6.0. i need to bind a data field into combobox.
whether the following coding i run and it shows error like unable to bind to field or datamemer "NameField"
query=" Select Id,NameField from Table1"
RS.Open Query, Con, 1, 3
Set Combo1.DataSource = RS
Combo1.DataField = "NameField"
Combo1.DataMember = "NameField"
pls anyone help me....