Error message

jon98548

Registered User.
Local time
Today, 17:31
Joined
Feb 14, 2003
Messages
141
I have a database that links to tables in other databases. I then pull that data together with a union query. This all works fine on my machine and on another machine in our group, but on the machine it really needs to run from, I get the following error message:

Cannot use Memo, OLE, or Hyperlink Object field 'Finding' in the SELECT clause of a union query.

I'm assuming there are some basic setup issues with Access on this desktop, but can't find it. Any ideas?
 
The usual suspect in this situation (db works on some PC's but not others) is reference errors. Open any code module. Then go to Tools/References. You may see the word "MISSING". If so, that indicates the missing library. Search the archives for how to resolve these problems.
 
I checked the references on my machine and the other machine and they both have the same thing installed.
 
Did you read any of the other posts on this topic? Sometimes it is simply a matter of selecting a new library to force Access to refresh the library collection.
 

Users who are viewing this thread

Back
Top Bottom