answersLogoWhite

0

A combo box is a drop down list that gives you a list of things you can pick something from. You will see lots of these in programs or on web pages. It is possible to put them into Excel from the Forms toolbar or the Controls toolbar.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What is the purpose of a Combo Box?

The purpose of a Combo Box is so that a person gets more food or whatever comes in the combo box, for less of a price then if they bought everything separate.


What is the similarity between list box and combo box?

The difference between list box and combo box is that-:The list box provides the list of items from which the user can select one or more, whereas in the combo box the user can select only one item from it.List boxes come in two styles: standard style and check box style. Combo boxes have three styles: drop down combo, simple combo and drop down list.We cannot edit the item present in the list box during run time, whereas we can edit the item present in the combo box.


Does combo box have an another name?

Theterm"combo box" is sometimes used to mean "drop-down list". In both Java and .NET, "combo box" is not a synonym for "drop-down list".


How could you set the selections available in a Microsoft Access form combo box to be dependent on the selection made in a previous combo box?

I haven't used Microsoft Access in a while but I think you would have to modify the action properties of the combo box (i.e. you select choice 1 from the first combo box, then choices a,b and c appear in the second combo box). In the second combo box's row source property add a reference to the first combo box in the criteria section of the field that matches the first combo box. For example, if the first combo box is bound to the field Table1ID, and combo box 2 is going to use that value to select records to display, based on records that match combo box 2's table's FKField value, then you would: a) go into the Combo Box 2 row source b) add the table's FKField (or whatever it's called) to the query (unless it's already there) c) and in the criteria row under the FKField, add: [Forms]![FormWithComboBoxes]![ComboBox1]!Table1ID (replace the above names with the specific names; you can also use the expression builder to get that expression). d) Then, in Combo Box 1's AfterUpdate event, add the following lines of code: Me.ComboBox2 = Requery Me.ComboBox2 = Null And that should do it. Hope that help


In a spreadsheet a box in a table is called a?

A cell.


Are cells the text areas in a spreadsheet?

A cell is an open box on a table, and as such, yes cells are text areas on a spreadsheet.


Which control is suitable to choose a district from list of districtslistbox or combo box?

A list box.


Where to get preset combo for the masterlock 1500 id?

on the instructions in the box


How can you check date in combo box in vissual basic?

'Let the combo box name Cboif IsDate(Cbo.Text)=True thenMsgBox "Date True"elseMsgBox "Date false"end if


The box that gives a list when clicked is?

The box that gives a list when clicked is called a drop-down list, or a combo-box.


What data is in a spreadsheet cell?

it is a section in the spreadsheet where you enter data


How would you add a graph or spreadsheet element to a document?

I always insert a text box into the document first. Then I copy and paste the graph or spreadsheet element into the text box. The elements seem to behave better in the text box, and I have total control to move the text box wherever I want in the document.