Combo BOx stuff -
Ok if you have two combo boxes and you want one combo box to fill in the contents according to criteria in the other combo box, how would you do it? Example, I have a combo box that filles that fills the file names of files in a directory on the network. What I would like to do is setup multiple directories and place the names of those directories in a combo box, then when someone chooses one of the directories in that combo box (clicks on the down arrow and highlights one) the contents of that directory gets filled in the second combo box....Any suggestions?
Combo BOx stuff -
Ok if you have two combo boxes and you want one combo box to fill in the contents according to criteria in the other combo box, how would you do it? Example, I have a combo box that filles that fills the file names of files in a directory on the network. What I would like to do is setu
Access into a combo box -
I need help for part of a school project i'm doing. I need to take information from a part of an access database and put it into a combo box. However, i need whatever choice is chosen from the combo box to update another table in the database. Also, the table that the information go
Combo box's and stuff -
How would you get VB to read the contents of a folder, and report back the names of the subdir's into a combo box?
[2005] combo boxes question -
hey all,
I have a question about populating a combo box.
and to be honest im not sure exactly what i need to do
I want to have a combo box that will display several things
domestic
international
magizine
sports
openair
and for each value have it set several variabl
Very Basic Combo Box question -
For some reason I can not figure out how to add stuff to a combo box. I am missing something, but not sure what.
I would like a drop down list of the diff states that the user would select and whatever they select needs to be used later. (set it = to a variable) So I made my little
Simple Combo Box Question.... -
Hi,
I will probably kick myself when I find out how to do this but anyway,
How do i make it so that a user can select a value out of a drop down combo box but they can not type their own stuff in there.
I tried the lock property but that made it so that i could not select anythi
How do you keep a Combo.... -
Forgive my many questions, but I am not very introduced into the windows command such as SetPosWindow and stuff like that, i would like to learn how. But anyways. Here is my question:
If my app gets unselected and then reselected, my combo box always gets selected, and if i am typ
VB6 - Combo boxes. -
Newb alert - so I apologise for any stupid questions, hey I guess everyone has to start somewhere!
OK, so - Combo boxes. Heres the deal. I'm designing a small program which given lots of choices entered by a user will calculate the cost of a holiday. Im trying to use a variety of
form bound by combo box -
Forgive me, I'm just getting back into this VB stuff. All I need to do is base a form on a selection from a combo on the same form. In other words, the form is opened and record 1 is displayed in a
bunch of text boxes. From the combo box select an entry in the list and the form is up
HELP with COMBO -
Im using ADO connection...so i hav to use datacombo-but how do i manually implement the combo instead of using properties?
I mean the list part,data source part and all the stuff?
combo boxes restricted by combo boxes -
I have a form where I have two combo boxes and i want to restrict the second combo box based on what was put in the first combo box. I've seen about 5 different websites that explain step by step how to do it, and im really really close, but don't quite have it and i hope someone can
combo boxes..where to start -
hey, can any one tell me somewhere, where i can find some thing that explains how to use combo boxes, not anything with API or stuff like that, just the basics
thanks
Combo Fill In -
Hmmm... the closest thing to a combo box doing that (that i know of) is setting the style property of the combo box to 2
when u type in the combo box it will go the the corrosponding first letter of the words in the combo box
Combo Box Woes -
OK,
If you have a combo box that is populated via a table in an Access DB and you want to select something from that combo bo xna dhave it populate another combo box with information from the same DB but based on the criteria that you have selected in the first combo box, how would
Display Entries In Combo Box -
I have a screen that is very busy (don't yell at me, I'm very new to this programming thing). I have some combo boxes on the screen that I've had to scrunch up because of space requirements, and now the stuff in the combo's don't show when its clicked. I need some help. Thanks.
Lots of the same -
Hi, im trying to fill all the combo boxes in a form with the same thing, im currently using this code:
Dim combo As ComboBox
For Each combo In ImpAsig
combo.AddItem Impre1
combo.AddItem Impre2
combo.AddItem Impre3
combo.AddItem Impre4
combo.AddItem Impre5
Next combo
But it
Combo box autofill -
Can someone please guide me to where I can find information on how to autofill a combobox using data held in a MS Access table. Im a relatively new at this stuff. I looked at some stuff but it seems too complicated.
Thanks.
Combo Box Linked to Combo Box -
Hi,
I have had a look at other threads and I can't seem to find an answer. But if there is another thread with the same questions to me please tell me and I will look at that thread.
My question relates to 2 Combo Boxs on a form. Let's say for ease I have one combo box with 1,
How to Add items in combo box -
Okay, the Title isn't specific enough but I will specify myself here.
I am making this program (well I already made it... Finished) Anyways It has a Combo box with all content and stuff, then when you click on it it will bring up texts and stuff in a text box! What I'm wondering is,
[02/03] combo box in vb.net -
Hi,
I am a VB.NET Newbee
I am using VB language
Microsoft .Net Framework 1.0
Windows xp
SQL Server ...........................................
............
Kindly help me to solve the Problem
i have 2 combo boxes ,i need to bind both combo boxes to the same dataset an
Combo with filter -
Hi,
How do you filter a combobox by the text written in the combo?
I have populated combobox that allows writing (dropdown combo)
I want to filter combo list whenever the user types something in the combo. Also, I want to keep combo list opened during the typing in the combo. I
SELECTing into a combo box -
How do I read data from an Access table and then put it into a combo box? Can I put a SELECT statement into the data source of the combo box? I'm a newbie with combo boxes. When I search for examples of putting data into a combo box I keep finding .AddItem which is using a recordset.
Resolved - MS Combo -
hi guys
Combo Box...
I am generating a list of code in the combo box. Upon selecting any one of the code in the combo, the data will be populated in the other controls.
Now my code is working on lost focus of combo. I want to work the code upon on closeup event, but there i
combo box caper -
hey all.
I have a flexgrid and a combo box.
When the user clicks the grid cell, the combo box pops up with a list of choices. In the Click event of the combo, the text value of the combo box is sent to the grid cell and the combo box disappears.
The problem:
Somebody ask
Advanced=Autocompleting a combo box -
Hi, I need to know how to complete a combo box. What I mean is I have some items in the combo box and I want when the user start entering things the combo box try to see if it has it in its list and display it.
When Displaying how to increse the lenght of Combo Box -
I have Combo Box. I need to display the the Full value of the string in Combo Box with out increasing the Combo Box Size. Pl Help
Populating Combo. (Resolved) -
Hi All!
I've a scenario where I've to populate a Combo Box on the click event of an other Combo Box. The values in the Combo Boxe are to come from the database i.e through a query.
How to accomplish this.
How to make a combo box locked -
How would I got about making a combo box that the user can't type into and change information in it? I just want them to be able to select items in the combo box and nothing more?
I didn't see any property to lock a combo box like this.
Adding record to a Combo Box -
Hello,
I got a combo box that I want to connect to a field in a table that I have.
How can I add the records to the combo box in order that each time I access the combo box, it has all the new available data.
Thanks in advance.
David
tricky stuff!!! -
hi all,
i am trying to select all the values from a combo box and display them on the form .where each value opens a new combo box eg if there are 3 values red, blue and white then they should be displayed as follows:
Red
blue
white
where all these 3 represnts 3 new recor
Simple Questions on Combo Box. Help. -
May i know is there a way to set the combo box to like the user cannot cannot change the content in the combo box ?
?? is it combo box property ?? or wat so ever ??
Combo Box/Database Help Question -
Hello,
I have a combo box that is filled with data taken from a MS Access table. Each record's name is in the combo box. Each record has an ID which is not in the combo box.
I have a seperate text box for the ID. When the user changes the value in the combo box, I want the text b
List box 2 combo box -
Ok complete newbie
i have a list box with a load of stuff.... i then have a combo box that i want the contents of the list box to load int0. i dont mind using a comand button if its gunna be any easier.... all i can get to happen is just the highlighted item in the list is transferr
Combo box Change -
I have Problem with the combo box control, the change event only detects when i write in the combo box, but how can i do a combo box that detects when it is changed by the mouse wheel or by combo list (touching the arrow).
Thanks
combo box row selection .... -
Not sure how to describe this.
Have a combo box which is populated from a data table. Below the combo box is a flexigrid. What I want to do is allow the end user to select a row in the combo box and then have the details of that row added to the flexigrid. The only issue here is tha
combo box pb -
hi friends!
i'm back with the simple problem.there is a combo and as it gets the focus , i want it to show the list of items present in combo instead of clicking the down arrow of combo which v normally do . what should i do?
do reply! very urgent
ashish sharma
Stupid Data Combo Question -
Maybe I'm just tired because this should be really easy.
I have 3 data combo boxes on a form. Each data combo box is populated by a seperate access 2000 table. The second combo box's contents is dependant on what is selected in the first combo box. The third combo box's contents
Access97 combo rowsource problem -
I'm trying to develop a form that has several combo boxes, each of which updates when another combo box changes.
Here is the problem I have come up against. When the form first loads, all the combo boxes are populated by tables. When one combo box is updated, it changes the rowsour
Regarding Combo box in vb 6.0 -
I want to have combo box which should show the list in such a manaer that suppose i have typed in combo box that H than the combo box must filter the data starting with h nad show it in drop down type
EG.
H // This is what wriitten in combo
HELL
Two Dimensional Array Object Name -
I have 15 combo boxes which are named as three object arrays.
FirstCombo(0), FirstCombo(1)....FirstCombo(4)
Second Combo(0), ThirdCombo(1)....ThirdCombo(4)
ThirdCombo(0), ThirdCombo(1)....ThirdCombo(4)
These combo boxes are created and named at design time. Actually, I avoi