My Assistant
![]() ![]() |
|
|
Nov 28 2008, 05:19 PM
Post
#1
|
|
|
UtterAccess Addict Posts: 211 From: The Isle of Long, NY |
Hi again...
Thanks to this post I have added (All) as a selection in my combo box. I'd also like to add (None) How do I do this, please? Thanks. Michele |
|
|
|
Nov 28 2008, 05:44 PM
Post
#2
|
|
|
UtterAccess VIP Posts: 5,279 From: Upstate NY, USA |
Same way. Just add it to the rowsource string.
.RowSource = "(All);(None);" & .RowSource |
|
|
|
Nov 28 2008, 05:52 PM
Post
#3
|
|
|
UtterAccess Addict Posts: 211 From: The Isle of Long, NY |
Actually, I did it with the Union Query...
UNION Select Null as AllChoice , "(All)" as Bogus Do I just add None? How does it know the difference? Thanks for responding. (IMG:http://www.utteraccess.com/forum/style_emoticons/default/sad.gif) |
|
|
|
Nov 28 2008, 06:03 PM
Post
#4
|
|
|
UtterAccess VIP Posts: 5,279 From: Upstate NY, USA |
Same answer. Do it the same way you did with "(All").
Add another Union Select statement to the query. |
|
|
|
![]() ![]() |
|
Go to Top · Lo-Fi Version | Time is now: 23rd May 2013 - 08:52 PM |