197,373 views
13 votes
13 votes
Which options are available when using a combo box rather than a list box? Check all that apply.

O A user can type in the values.
A user can search for a record.
The combo box can sort through records.
O A user can get values from another query
The combo box includes drop-down menus.
A user can retrieve values from another table.
ch
Intro

User AHmedRef
by
3.2k points

2 Answers

24 votes
24 votes

Answer:

The combo box includes a drop-down menu

Step-by-step explanation:

A combo box contains a text box field, so choices not on the list can be typed in. The exception is when the DropDownStyle property is set to DropDownList. In that case, the control will select an item if you type its first letter. In addition, combo boxes save space on a form

User Ghloogh
by
3.7k points
15 votes
15 votes

Answer:

A user can type in the values.

A user can search for a record.

A user can get values from another query.

A user can retrieve values from another table.

Step-by-step explanation:

did it on edg 2021 :)

User Watercayman
by
2.7k points