Folks
I have a real puzzle to deal with. I need to select records from a 'view' that contains several memo fields but no unique key. Here's a simplified version of what I'm faced with:
View
Shape Colour Info Round Red <256+ characters> Round Red <256+ characters> Square Blue <256+ characters>
Required output
Shape Colour Info Round Red <256+ characters> Square Blue <256+ characters>
The first thing to mention is that it doesn't matter which of the Round-Red records I select. But the problem is that I can't use FIRST, MAX, etc. without Access truncating the memo field for reasons of efficiency. What I could do with is a means of selecting a completely arbitrary Round-Red record so Access doesn't have to examine the contents of the memo field.
I've thought of starting by creating, through a query, a column of arbitrary serial numbers, but all methods of doing this seem to require a unique key, which I don't have.
Any ideas?
Remster
EDIT: Apologies for the misleading title of this thread, which made sense when I started writing the original post!