Drop down list

PedX

New Member
Joined
May 21, 2004
Messages
42
I have a table that contains a column called Category. This Category column will be populated by one of seven choices. Is there a way to make a drop down list that contains these seven options only?

I have very little knowledge of Access, so I apologize in advance if this question is rather pedestrian.
 

Excel Facts

Format cells as time
Select range and press Ctrl+Shift+2 to format cells as time. (Shift 2 is the @ sign).
You use a ComboBox for this. Use the wizard to create it and it will give you the choice of taking the list from a table or entering it by hand.
A table is best because it is easier to update if the requrements change.

HTH

Peter
 
Upvote 0
Actually, a query based on the table is the best option for a combobox's RowSource.

With a query you can sort the records and restrict any should you wish.

You shouldn't ever have cause to bind a table to anything.
 
Upvote 0
Where do you want the combobox?

Is it on a form or in the actual table?
 
Upvote 0

Forum statistics

Threads
1,221,783
Messages
6,161,936
Members
451,730
Latest member
BudgetGirl

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top