Hi all,
Im having a major brain lapse here! This is what I need to do:
table consists of
ID - Autonumber
UID - number
other- text
several other text values
Now the UID field will contain duplicate values, if this is the case, I need to list only the FIRST one of them, i.e.
if the table contained:
ID - 1
UID- 5
other - some text
ID - 2
UID -6
other - some text
ID - 3
UID 5
other some more text
What I need to do, is have the query display only ID's 1 and 2 because ID 3 record has the same UID (5) as record 1
Hope that makes sense and hope someone can help!!
TIA
CALV
UID
Im having a major brain lapse here! This is what I need to do:
table consists of
ID - Autonumber
UID - number
other- text
several other text values
Now the UID field will contain duplicate values, if this is the case, I need to list only the FIRST one of them, i.e.
if the table contained:
ID - 1
UID- 5
other - some text
ID - 2
UID -6
other - some text
ID - 3
UID 5
other some more text
What I need to do, is have the query display only ID's 1 and 2 because ID 3 record has the same UID (5) as record 1
Hope that makes sense and hope someone can help!!
TIA
CALV
UID