开发者

How do you add a drop down menu with values to a form in microsoft access 2007?

开发者 https://www.devze.com 2023-01-04 04:59 出处:网络
I have a form created in Access 开发者_运维百科2007, but there is a need to add a dropdown in the form as the answer is usually \"YES\" or \"NO\". Any ideas?

I have a form created in Access 开发者_运维百科2007, but there is a need to add a dropdown in the form as the answer is usually "YES" or "NO". Any ideas?


  1. Create a combobox and change the row source type to value list
  2. Change the row source to "yes";"no"

You can make a multicolumn combobox if you want to associate values with yes/no.


Just add a combo box.

0

精彩评论

暂无评论...
验证码 换一张
取 消