Forum Moderators: open

Message Too Old, No Replies

M$ Access Query

"SELECT DISTINCT"

         

jk3210

10:54 pm on Feb 20, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I'm trying to restrict an Access query to only one instance of a record in the query. So far I've tried setting the query properties to:

"Unique Records" then "Unique Values"

And I've tried using "SELECT DISTINCT" but nothing is working.

And ideas?

Robino

11:17 pm on Feb 20, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member




Which instance?

Haven't used Acce$$ in a while but can't you just use

where
or
firstOf
?

jk3210

11:32 pm on Feb 20, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



>>Which instance? <<

The first one. "firstof" should work, but I must be doing something wrong.

Robino

11:48 pm on Feb 20, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Sticky me the SQL and I'll look at it.