Use your database's wildcard character (* for Access, % for SQL Server, etc) which the LIKE statement:
Gets any records in table1 where somename starts with 'ar'.Code:SELECT * FROM Table1 WHERE SomeName LIKE 'ar%'
|
Results 1 to 3 of 3
Thread: How to search in databaseThreaded View
|
Click Here to Expand Forum to Full Width |