hi...
I am developing a library application using VB 6.0 As front end and Microsoft Access as Back end.
I want to search by keywords and i have used the following SQL statement in VB
"SELECT * From Daily_Book WHERE Bookname Like' "& Text1.Text & " ' %"
Daily_Book is my table name and Bookname is the column name.
I want to enter the keyword in Text1.Text (say C++) And search all books with C++ in the table Daily_Book
I executed the above code ..it gives me syntax errors......
Please help me..
dolly
I am developing a library application using VB 6.0 As front end and Microsoft Access as Back end.
I want to search by keywords and i have used the following SQL statement in VB
"SELECT * From Daily_Book WHERE Bookname Like' "& Text1.Text & " ' %"
Daily_Book is my table name and Bookname is the column name.
I want to enter the keyword in Text1.Text (say C++) And search all books with C++ in the table Daily_Book
I executed the above code ..it gives me syntax errors......
Please help me..
dolly
Comment