PC Review


Reply
Thread Tools Rate Thread

Combo Box Dropdown List Query

 
 
Bob
Guest
Posts: n/a
 
      14th Dec 2006


--
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


 
Reply With Quote
 
 
 
 
Van T. Dinh
Guest
Posts: n/a
 
      14th Dec 2006
You can use the same technique to add the "(All)" row in a ComboBox:

http://www.mvps.org/access/forms/frm0043.htm

--
HTH
Van T. Dinh
MVP (Access)



"Bob" <(E-Mail Removed)> wrote in message news:elsfr6$lj1$(E-Mail Removed)...
>
>
> --
> 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
>



 
Reply With Quote
 
Bob
Guest
Posts: n/a
 
      14th Dec 2006
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

"Van T. Dinh" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> You can use the same technique to add the "(All)" row in a ComboBox:
>
> http://www.mvps.org/access/forms/frm0043.htm
>
> --
> HTH
> Van T. Dinh
> MVP (Access)
>
>
>
> "Bob" <(E-Mail Removed)> wrote in message news:elsfr6$lj1$(E-Mail Removed)...
>>
>>
>> --
>> 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
>>

>
>



 
Reply With Quote
 
Bob
Guest
Posts: n/a
 
      14th Dec 2006
Ah ha, I got it, take away "Is Not null" because I have Unique values I just
get one blank, thanks bob
"Bob" <(E-Mail Removed)> wrote in message news:elshkr$omo$(E-Mail Removed)...
> 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
>
> "Van T. Dinh" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> You can use the same technique to add the "(All)" row in a ComboBox:
>>
>> http://www.mvps.org/access/forms/frm0043.htm
>>
>> --
>> HTH
>> Van T. Dinh
>> MVP (Access)
>>
>>
>>
>> "Bob" <(E-Mail Removed)> wrote in message news:elsfr6$lj1$(E-Mail Removed)...
>>>
>>>
>>> --
>>> 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
>>>

>>
>>

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Combo Dropdown List Box Cagey Microsoft Access Form Coding 0 28th Jul 2006 02:37 PM
combo box dropdown list =?Utf-8?B?cGN6bXV0?= Microsoft Excel Worksheet Functions 0 29th Jun 2006 03:12 PM
Combo Box List Dropdown =?Utf-8?B?SG9ybkpN?= Microsoft Excel Programming 1 15th May 2006 10:11 PM
combo box's dropdown list =?Utf-8?B?amVubmE=?= Microsoft Access Forms 2 23rd Apr 2005 10:42 AM
Combo Box dropdown list Peter Microsoft C# .NET 2 14th Apr 2005 01:16 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:45 PM.