Hello !
I have a problem in my program.
I want to display all the names available in an Access2000 tabel viz. customer_master ( cust_id, cust_Name) into a combo box. I have used ado connection as
Dim cn As New adodb.Connection
cn.Open "provider=microsoft.jet.oledb.4.0.;data source=c:\gangaram\gangaram.mdb"
End Sub
I have used ado data control 6.0 (OLEDB).
In it's recordset property in sql command box i have given command as select * from customer_master.
When i run the program i am getting only first name in combo box. nothing else.
what do i do ?
Please help asap.
Thanx in advance.
I have a problem in my program.
I want to display all the names available in an Access2000 tabel viz. customer_master ( cust_id, cust_Name) into a combo box. I have used ado connection as
Dim cn As New adodb.Connection
cn.Open "provider=microsoft.jet.oledb.4.0.;data source=c:\gangaram\gangaram.mdb"
End Sub
I have used ado data control 6.0 (OLEDB).
In it's recordset property in sql command box i have given command as select * from customer_master.
When i run the program i am getting only first name in combo box. nothing else.
what do i do ?
Please help asap.
Thanx in advance.