G
Guest
I have a list that has about 100 different items to choose from. What is the
best method to use in referencing a large list on a form?
best method to use in referencing a large list on a form?
Rick B said:Yes, I would create a table with the options. If there are 100 of them, I'd
assume they will be changed and updated from time to time, so you want them
stored in a table. You might also include an "inactive" checkbox if items
will be taken off the list from time to time. You could make a simple form
so your users can maintain the items in the table.
You could then build a query to only pull the active items.
The combo-box wizard will help you add the combo-box to your form and pick
the data source.