Create a program that lets the user select rows from the SalesStaff table in the Company database. Fill a ComboBox control with the full names (last, first). Use a parameterized query (a query containing a parameter) to retrieve the matching table row and display it in data-bound controls. An example is shown in Figure 10-81. You may want to use a DateTimePicker control to display the Hire Date field. See image.