Combo Box Dropdown List Query

B

Bob

--
Is it possible to always have a blank row at the top of your dropdown list ,
to be able to select a blank, my list does have "Is Not Null"
Thanks for any help....Bob





..........Jenny Vance
 
B

Bob

My Row source is:
QrySpellingList
this is the query:
SELECT DISTINCT qrySpelling.Spelling
FROM qrySpelling
WHERE (((qrySpelling.Spelling) Is Not Null));
So where would I add "(All)"
Thanks for any help..Bob
 
B

Bob

Ah ha, I got it, take away "Is Not null" because I have Unique values I just
get one blank, 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

Similar Threads


Top