Text search in linked ole object

K

Ken

I have an Access97 database with a field that has a linked OLE object
(Word document). I was using a query with the criteria expression
"Like[Use this format *keyword*]" on that field and it was working
fine.

After I converted this database to Access 2002, this query no longer
works. All I get is an empty table after running the query.

There are other queries in the database using similar wording and they
still work fine with the difference being they are not querying a
linked object.

Is there something I need to do differently or am I just out of luck
with Access 2002?

Thanks
 
D

Douglas J. Steele

If you're using ADO to run your queries, use % as the wildcard instead of *.
 
K

Ken

I have tried using %, the results are the same. I
thought access stored and image of the linked file and
this could be searched, but it seems like its not there.
-----Original Message-----
If you're using ADO to run your queries, use % as the wildcard instead of *.

--
Doug Steele, Microsoft Access MVP



Ken said:
I have an Access97 database with a field that has a linked OLE object
(Word document). I was using a query with the criteria expression
"Like[Use this format *keyword*]" on that field and it was working
fine.

After I converted this database to Access 2002, this query no longer
works. All I get is an empty table after running the query.

There are other queries in the database using similar wording and they
still work fine with the difference being they are not querying a
linked object.

Is there something I need to do differently or am I just out of luck
with Access 2002?

Thanks


.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top