Select distinct with memo field

J

Jerry

I get a Can't include Memo or OLE Object when you select
unique values (data_cmnt)

Is there a way to get around this
 
D

Duane Hookom

You could possibly remove the Distinct and make it a group by that selects
First(Data_Cmnt)
 
Top