Adding all to a combo box

  • Thread starter Thread starter jderrig
  • Start date Start date
J

jderrig

I have created a dialog box that allows me to select an
option button and then select an area that I want to
filter to a report. I would like to add ALL to the combo
box. Below is my select statement but I am not sure where
to put select <<ALL>>.


SELECT DISTINCT [Account Information].Area FROM [Account
Information] GROUP BY [Account Information].Area;
 
Back
Top