How do I add <ALL> to the top of my combo box ?
<ALL> = * (ALL)
this is my current Row Source
SELECT DISTINCT [State Aid Projects].COUNTY FROM [State Aid Projects];
this is for a form, with a command button to view report..
query looks at the combobox for the data
<ALL> = * (ALL)
this is my current Row Source
SELECT DISTINCT [State Aid Projects].COUNTY FROM [State Aid Projects];
this is for a form, with a command button to view report..
query looks at the combobox for the data
Last edited: