Unique Values in query!

B

Bob

How can I adjust this script in my query so as I have unique values in my
list:

SELECT DISTINCT qryCb7.Cb7
FROM qryCb7
WHERE (((qryCb7.Cb7) Is Not Null));

This is a query of a query.........Thanks bob








..........Jenny Vance
 
D

Douglas J. Steele

That should return one row for each different value of Cb7.

Is that not what you're observing?
 
B

Bob

Douglas the Combo Box Control Source is: CB7
and Row Source is: SELECT qryCb7List.Cb7 FROM qryCb7List;
Thanks....Bob
 
B

Bob

Oh Ok, I got it now I has a Query from a Query, it should have been a Query
from the table, Got it going now Thanks......Bob
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top