Does Microsoft Access 2000 support freetext searching & indexing?

  • Thread starter Sangeeta Michael
  • Start date
S

Sangeeta Michael

I am trying to create a searching functionality on a software. I would like
to know if it is possible to inclue freetext search and indexing service into
access as we do in SQL2000?
 
J

John Nurick

The answer depends on what database engine you are using Access as the
front end for. If it's SQL Server, you know the answer; if it's Jet,
there are no built-in facilities for indexing memo fields, although the
SQL LIKE operator lets you search them.


On Fri, 7 Oct 2005 12:01:04 -0700, "Sangeeta Michael" <Sangeeta
 
D

david epsom dot com dot au

there are no built-in facilities for indexing memo fields

(broken) indexing of the first 255 characters ?

(david)
 
Top