This chapter focuses on how to work with controls that can bind to a single record or multiple rows. The controls that we’ll cover include the drop-down, combo box, list box, form, and gallery controls.
The drop-down and combo box controls enable us to limit the data items that a user can select. We’ll look at how to set up these controls, including how to customize display values and how to filter the items in the control based upon a value in a dependent control.
Next, we’ll look at the ways in which we can customize the layout and appearance of the gallery control. Using this control, we’ll find ...