Final answer:
Prishna can use either a Combo Box or a List Box as a Design tab control to select customer records. A Combo Box allows typing and selection, whereas a List Box shows all options at once. Check Boxes and Radio Buttons are not ideal for this purpose.
Step-by-step explanation:
To allow users to select a customer record in the database, Prishna can use a few different Design tab controls. The options listed are:
- Combo Box
- Check Box
- Radio Button
- List Box
The best choices from these options would be either a Combo Box or a List Box. Both allow multiple entries to be displayed at once and users can select from these entries. A Combo Box also allows users to type an entry that is not in the list, which could be helpful if the database is large and they know exactly who they are looking for. However, if the database is not too large and it makes sense for users to see all options at once, a List Box might be the option to choose.
A Check Box is generally used for selecting multiple options from a list and is not ideal for the scenario described. Radio Buttons are for selecting one option from a set but would not be practical for a database of customer records because they typically do not display all the records at once, and would not be space-efficient with a large number of records.