is it possible to have a combo box display values from a query AND list values ?
e.g. I have a query [Status] which has values '123', '234', '1234'
can i have the rowsource of my combox as :
select * from [Status]; 'All'
Thanks for anny help in advance,
Gina
e.g. I have a query [Status] which has values '123', '234', '1234'
can i have the rowsource of my combox as :
select * from [Status]; 'All'
Thanks for anny help in advance,
Gina