MS Access Dropdown List/Combo Box

后端 未结 4 1975
执笔经年
执笔经年 2021-01-21 13:24

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

4条回答
  •  死守一世寂寞
    2021-01-21 14:06

    It sounds like you might be asking how to display something in the dropdown other than the ID while keeping the ID as the returned data from the dropdown. If that's the case set the Bound Column to the ID field (usually 1) and (assuming the name field is next) set the Column Count to be 2 and the Column Widths to be 0";1" or 0";[whatever width you need].

提交回复
热议问题