Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

keyword search of text in an access database

Status
Not open for further replies.

araven

Technical User
Jul 10, 2002
1
GB
hello

I am trying to construct some vb code to do a keyword search in some text in an access record and then loop to the next record until the end and every time it finds the keyword to record the primary key of that record value to for example a text file which i can then display in a datagrid with the full text

i am very greatful for any help you could give

regards

Adam Raven
 
Why dont you use an sql statment which searches the table with the Where statement using the LIKE function.

This would give you a recordset with the data you want.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top