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
I've tried changing things around but it still does not work. Thanks for your time
VB.NET:
[FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2] sql = (
[/SIZE][/FONT][/SIZE][/FONT][FONT=Consolas][SIZE=2][COLOR=#a31515][FONT=Consolas][SIZE=2][COLOR=#a31515][FONT=Consolas][SIZE=2][COLOR=#a31515]"SELECT * FROM tbMVID WHERE [VINtbl] = "[/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2] txtVIN.Text.ToString, conn)[/SIZE][/FONT][/SIZE][/FONT]
[FONT=Consolas][SIZE=2][FONT=Consolas][SIZE=2][/SIZE][/FONT][/SIZE][/FONT]