Access MVP (2010-2015)

oOo.oOo.oOo.oOo.oOo.oOo

Add *ALL* to Combo Box

SELECT YourFieldName FROM YourTableName UNION Select "ALL" as Bogus
FROM YourTableName;

Then set the Default Value for the Combo Box as “ALL”

 1,827 total views,  1 views today

Comments are closed.