combo box question

D

Drowning

The combo box is named Region. I want it's drop down to display each region once... so it can act as a filter. How do I tell it to group the regions.
I'm obviously a beginner... and need a clear and detailed solution.
Thanks
Drowning
 
K

Ken Snell

Use a query similar to this:

SELECT DISTINCT [Region] FROM TableName;

--

Ken Snell
<MS ACCESS MVP>

Drowning said:
The combo box is named Region. I want it's drop down to display each
region once... so it can act as a filter. How do I tell it to group the
regions.
 

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

Top