andydtaylor
Active Member
- Joined
- Feb 15, 2007
- Messages
- 360
- Office Version
- 2016
Hi,
I'm usually an Excel person and not so much an Access person so please forgive my stupid question:
I plan to build a database which in various forms rolling up into various tables I want to control selection choices a user can make. Some of these list might be 3 options long, some might be 5, and i know of at least one that is 10. But what is the best way to makes these selection choices maintainable by a user? The scenario would be a user has just encountered a new type of thing not preciously reflected in a drop-down choice. Certainly until this database gets established.
Is the below approach the right way to manage this, or should I be thinking of something else?
Would I have a tblUserStatic
Field 1: Listbox_Name
Field 2: Selection group description
Field 3: Selection_Value
I could then query this and sort A-Z or groupby count when populating a listbox in a form?
Another form could link to this table for the purpose of adding/removing items
Thanks,
Andrew
I'm usually an Excel person and not so much an Access person so please forgive my stupid question:
I plan to build a database which in various forms rolling up into various tables I want to control selection choices a user can make. Some of these list might be 3 options long, some might be 5, and i know of at least one that is 10. But what is the best way to makes these selection choices maintainable by a user? The scenario would be a user has just encountered a new type of thing not preciously reflected in a drop-down choice. Certainly until this database gets established.
Is the below approach the right way to manage this, or should I be thinking of something else?
Would I have a tblUserStatic
Field 1: Listbox_Name
Field 2: Selection group description
Field 3: Selection_Value
I could then query this and sort A-Z or groupby count when populating a listbox in a form?
Another form could link to this table for the purpose of adding/removing items
Thanks,
Andrew