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;
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top