Jayjar
2011-05-01 04:52:34 UTC
when i enter search for number Syntax error (missing operator) in query expression 'billno=' it comes
code is as follows
Dim X
On Error Resume Next
P = InputBox("ENTER NUMBER FOR SEARCH", "SEARCH")
Adodc1.ConnectionString = ss
SQL = " SELECT * FROM BILL where billno = " & X
'MsgBox sql
Adodc1.RecordSource = SQL
Adodc1.Refresh
MSHFlexGrid1.Visible = True
Option2.Value = False
please help me to find this error