hi
i have a simple query that will select from 2 tables
how can i display the result in list box
what i did is
Private Sub SearchB_Click()
Dim qry As String
qry ="Select Student.name , Student.address , Course.name , Course.proff
From Student , Course Where Student.id =...