Hi Folks,
I'm primarally a Java/C/C++ programmer but I have to do a project for the company I'm working for in Visual Basic. (Building a Database)
I'm wondering if there is a way to tokenize strings entered by the user to aid in searching. For example, this database will contain various newspaper articles, I would like to have a search option to search by keywords so users could enter whatever they are looking for (A persons name and a place) and be able to search the list of keywords for each article.
ie: If the user enteres: Smith, Canada, Fishing
then I would like to be able to return all the records that have "Smith", "Canada" or "Fishing" listed as a keyword.
If this is not possible with VBA and Access (2000) please feel free to laught and ridicule me.
Thanks
I'm primarally a Java/C/C++ programmer but I have to do a project for the company I'm working for in Visual Basic. (Building a Database)
I'm wondering if there is a way to tokenize strings entered by the user to aid in searching. For example, this database will contain various newspaper articles, I would like to have a search option to search by keywords so users could enter whatever they are looking for (A persons name and a place) and be able to search the list of keywords for each article.
ie: If the user enteres: Smith, Canada, Fishing
then I would like to be able to return all the records that have "Smith", "Canada" or "Fishing" listed as a keyword.
If this is not possible with VBA and Access (2000) please feel free to laught and ridicule me.
Thanks