MS Access Dropdown List/Combo Box
Posted
by noblethrasher
on Stack Overflow
See other posts from Stack Overflow
or by noblethrasher
Published on 2009-03-02T15:42:18Z
Indexed on
2010/06/01
21:13 UTC
Read the original article
Hit count: 178
ms-access
This should probably be pretty simple but my Google-Fu is as yet unable to find an answer. I simply want to create a dropdown list in Access so that upon selection I can perform some action based on the value of the selection. For instance, I have a list of people and I would like to populate the combo box so that their names appear in the list but the "value" is set to their ID (the primary key).
© Stack Overflow or respective owner