A
Antonio via AccessMonster.com
Hi,
I'm trying to setup a Combo Box which is unbound and it shows the following
source:
SELECT Year([RegistoData]) AS Period FROM Registo GROUP BY Year([RegistoData])
;
So that I can fill it with the existing possible years in the table. The
result will be 2002, 2003, 2004, and so on.
As this Combo Box will be used for filtering, I would also like to add an
initial default value, that should appear as "All".
I've tried setting the Default Value to "All" but obviously only "#error"
appeared in the combo box...
Anyone?
Thanks
Antonio
I'm trying to setup a Combo Box which is unbound and it shows the following
source:
SELECT Year([RegistoData]) AS Period FROM Registo GROUP BY Year([RegistoData])
;
So that I can fill it with the existing possible years in the table. The
result will be 2002, 2003, 2004, and so on.
As this Combo Box will be used for filtering, I would also like to add an
initial default value, that should appear as "All".
I've tried setting the Default Value to "All" but obviously only "#error"
appeared in the combo box...
Anyone?
Thanks
Antonio