Building a text searchable database

R

R Wong

Has anyone been successful in building a full-text seacrh
engine with access? e.g. finding documents?
 
C

chriske911

you can use indexing service for this
if full text search is all you need without links to other
functionalities --> web enable the indexing service and all users can search
on whatever parameter they want

bon chance
 
Top