Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

query with memo field not working

Status
Not open for further replies.

wrbodine

Programmer
Aug 24, 2000
302
US
Hi,

I'm using a query in Access 2000, that blows up on a memo field with the following error:

"Cannot include Memo, OLE, or Hyperlink Object when you select unique values (tblCustomers.Comments)"

This error only occurs on one of my co-workers machine (who also has Access 2000). Any ideas?

Thanks,
Ray
 
Are you trying to include the memo field in an aggregation??
This would include things like group by, max, min, etc..

Certain data types cannot be part of an aggregrated query.
 
Its just a simple select statement, that joins with one other lookup table, no aggregration. What's wierd is that it works fine on 2 other workstations....
 
Someone pointed out the answer to me; in the query properties "Unique values" had been set to "Yes" and needed to be "No"!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top