I have a basic question about using a database with Visual Basic. I'm using a OleDb connection. I have dragged and dropped editboxes from the DataDource view. This automatically places the table navigation- bar on the form. When I run it this works fine. However I want to be able to search within the table, with an SQL statement. How can I connect the results from the SQL query to the navigation bar,such that the editboxes automatically take the values of the record without having to assign every textbox manually?
Thank you very much.