Search results for query: *

  • Users: alobi
  • Order by date
  1. A

    query, End of statement expected ')'

    I am getting error on this line of code. txtVIN, it gets underlined, when I run a mouse over it says ')' end of statement expected sql = ( "SELECT * FROM tbMVID WHERE [VINtbl] = " txtVIN.Text.ToString, conn) I've tried changing things around but it still does not work. Thanks for your time
  2. A

    unable to populate textboxes

    what is wrong with my code? I am tying to populate some textboxes with the codes below, the code does not show any error message but it is not populating the boxes could you look through the code and see if you can help me out Dim connectionString AsString Dim conn AsOleDbConnection Dim...
Back
Top