|
-
Jul 25th, 1999, 03:13 PM
#2
What Database are you using? Access, SQL Server, Oracle???
Also, what data control are you using? Is it regular data control or ADO data control??
If you use Oracle or SQL Server then your SQL statement should be:
SQL = "SELECT From Customers WHERE LastName Like " & txtFind.Text & "%"
If you use Access database and a regular Data control then your SQL statement should be:
SQL = "SELECT From Customers WHERE LastName Like " & txtFind.Text & "*"
Regards,
------------------
Serge
Software Developer
[email protected]
[email protected]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|