|
||||||
|
Combo Box By Richard Rost 15 months ago What is a Combo Box in Microsoft Access? In this Microsoft Access tutorial, we will learn what a combo box is, what it's used for, and the three types of them: value list, relational, and find record. Prerequisites
Links
Additional Links
Recommended Courses
DetailsA combo box is a control that you place on a form that allows you to select from a list of choices. They're very similar to "drop down lists" that you find on the web, however in Access they are called "combo" boxes because they are a combination of a text box (where you can type in a value) and a list box (where you can select a value). List boxes provide a list of options, and you can select one or optionally multiple items, however they take up a lot of real estate. A combo box is nice and compact. Open it, pick your value, close it. Some combo boxes allow you to type in whatever value you want. Others force the user to select from the list of options provided. There are three types of combo boxes: value list, relational, and find record. A value list combo box is the easiest to create. It is a combo box where you specify a list of options for the user to select from. This is usually good for lists you don't expect to change often: states, delivery methods, gender, etc. A relational combo box is a combo box that is filled with data from another related table. These are used to select data that can change in real time. For example you would put a relational combo box on your order form for the user to select the customer for that order. The CustomerID comes from the customer table and it's stored in the order table. The final type of combo box is used to find records. You can use these to select an item from the combo box to find records based on that selection. Keywordsaccess 2016, access 2019, access 2021, access 365, microsoft access, ms access, ms access tutorial, #msaccess, #microsoftaccess, #help, #howto, #tutorial, #learn, #lesson, #training, #database, what is a combo box, how do you use a combobox
|
||||||||||||||||
| |||
Keywords: TechHelp Access what is a combo box, how do you use a combobox PermaLink What is a Combo Box in Microsoft Access? |