A
Aaron Abdis
Hello,
Its been a while since i did any access work, shortly after i started i
switched over to ORACLE, and have been there ever since.
In Oracle, and SQL*Server, you have the ability to do full text
indexing/searching of text fields. In Oracle it is done using a CONTAINS()
sql operator. I dont know how exactly in SQLS
Is there any way to do something equivalent in Access? using LIKE doesnt
quite cut it, and the only alterative i can find is breaking my keywords
field out to one row per keyword, and searching down the rows, instead of
across the field... which of course, is FAR from the ideal way to do this.
Thanks in advance,
- Aaron.
Its been a while since i did any access work, shortly after i started i
switched over to ORACLE, and have been there ever since.
In Oracle, and SQL*Server, you have the ability to do full text
indexing/searching of text fields. In Oracle it is done using a CONTAINS()
sql operator. I dont know how exactly in SQLS
Is there any way to do something equivalent in Access? using LIKE doesnt
quite cut it, and the only alterative i can find is breaking my keywords
field out to one row per keyword, and searching down the rows, instead of
across the field... which of course, is FAR from the ideal way to do this.
Thanks in advance,
- Aaron.