I want to know how to do search for records in tables using Visual basic in MS access.
Example
let say we have a table name "abc" in the following format with the saved records like that
Company code and About company are two text fields in tables.
Companycode ................... About company
123 ......................................xyzzza
145 ......................................xxz
147 .......................................a
where dots '.' just for separation and its nothing
i want to search "x" in "About company", "x" found in two company codes "123" and "145"
when i click on "search" button for finding x it should return me
123 and 145.
Please guide me about this problem,i am new in access vb.