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 help. Right now when i click on the second combo box a screen pops up asking me the value of my first combo box, once i enter that, it restricts the second combo box, but i want to bypass the pop up screen and have it find that value automatically. Anyone know what I'm doing wrong? Thanks in advance!
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
Positioning Objects on Form After DB Query -
Hi
I am performing multiple queries on a DB and placing the results in various combo boxes. I am doing this in three stages.
1. Placement or re-position of combo boxes.
2. Query the DB
3. Display results in combo boxes
The re-positioning of the combo boxes in stage 1 is ve
Confusing Combo Boxes...plus List Box help! -
I have 4 Combo Boxes...
All items in the combo boxes have the same items.
Here are the items:
chocolate
cake
ice cream
fruit salad
Now in the first combo box, if click on the chocolate, the other combo boxes chocolate will be remove. The same function on the other combo
combo box problem -
Does anybody know how to make the options in an array of combo boxes mutually exclusive.
ie, I've got the numbers 1 to 20 in 30 or so combo boxes and I want each number to be selected by only 1 of the combo boxes at a time and removed from the list of the others.
Does anyone have
[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 box array -
Hello,
I want it to do this. I have a combo box that has a list of 3-8. and when the form loads it loads 3 (default) text boxes and combo boxes at run time. the main combo box (3-8) is for the number of combo boxes it loads. I want the user to select the number of combo and text box
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
Grid and combo boxes. -
Hello!
I am in need a some kind of grid object like excel, that will allow me to have combo boxes and will also allow me to enter text into the grid. The data entered into the grid via entry and also from the combo boxes will then be inserted into the database. Do any of you know
displayin previous forms combo box valuez -
Hi frenz!
In form1 i have 2 combo boxes.The user will select any value from the 2 different dropdown combo boxes.
Now,in form2 i want that both these combobox values are displayed in 1 combo box only separated by a '-'.
R u able to get me?
Help!
Thnx!
Urgent: VB - Word - Combo Box - Automation... -
I have a MS Word document that has several controls - text boxes and combo boxes. There is VBA code in the Word document to load values in the combo box.
I have a VB application that automates this word document. This application needs to paste text on to the text boxes and then rea
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
Combo box help for newbie -
I have a quick question regarding combo boxes. I currently have two combo boxes: cboMembers and cboVendors. The information for both combo boxes is coming from an Access database. Is what I want to do is this. When a user clicks a member from the cboMembers combo box I would like i
ComboBox error handling ... -
You could keep track of what has been selected by creating an array of strings (max=maximum # of combo boxes) and remove the courses selected from the other combo boxes (once chosen) to prevent the other combo boxes from chosing a course more than once...
Drop Down menues (combo boxes) -
Hello, i have a question:
Im makin a progie and im usin combo boxes and I want to save the things that people select with the combo boxes in a string. at first I thought it should be the .text value that I save but its not working...perhaps you can help me out. ill look it over some
grouping combo boxes -
Hi,
Sorry this is a new NOOB question, but I'm having problems grouping combo boxes. I created my combo boxes on top of seperate frames, but they still don't seem to be tied. What am I missing?
VB 6.0
Thanks in advance!
[2005] Multiple Combo Boxes - same value -
I have multiple combo boxes (4 of them Shape 1, shape 2, etc.)) that are popultated by another combo box's data (Order Number). The fill fine, except for the fact that all of the 4 filled combo boxes show the exact same data no matter which one I change.
[IMG]cbo.jpg[/IMG]
Than
Text file information into combo boxes -
Hi,
I have a text file which is set out as below.
Part1 |PartNumber1 |Details1
Part2 |PartNumber2 |Details2
How would load the columns into combo boxes and have it so that if i select part1 from the combo box the other combo boxes would upd
Text Boxes on the fly. -
On an ASP page, i have a Combo Box which populates values from 1 to 10.
I have to display as many text boxes as the no. selected in the Combo Box.
If I select 3 from the combo box 3 text boxes should be shown, if 5 then 5 text boxes and so on.
I want to do it through Javascrip
data combo boxes -
Hello,
I was wondering how you can autofill a data combo box in VB 6. So if a user clicks on the combo box and they start typing it will automatically go to the selections typed in. Example: A user is looking in the combo box for a value of 'RGK' and they type in 'R' it will go to
Can I put combo boxes in a Datagrid -
I'm creating a simple table data editor for which some of the fields have a restricted set of values. I was thinking the Datagrid class would be my best option for allowing data to be edited/entered but I still need to enforce the restrictions on what choices are available. Can I put c
2 combo boxes that work together -
I have 2 combo boxes on a VB.NET form.
I'd like to be able to select an item in combo box '1' and have it update combo box 2 with items.
e.g.
1. Pick a department from combo box 1, (Administarion, Research,)....
Select = Administration
2. Because Administration was selected
Filtering combo boxes from Access database -
Hey guys,
Ive searched the forums for this answer but came up with nothing....So I have this form that has these combo boxes and text boxes...And when you choose an item from the combo box, it filters out and the results come up on the other text boxes....I am wondering how I can do
PLEASE HELP submitting combo box values -
I have a combo box that I populate using a function. This combo box is populated with 2 values. 1 is a hidden ID value and the second is a description. I have a submitt button at the bottom that sends values in the text boxes to an insert function. I don't know how to do the combo
Combo boxes in DBGrid -
Hi,
I can add combo boxes to a MSFlexGrid without any problem.
However as I'm using a DBGrid in my project, I hope to insert floating combo boxes in my DBGrid.
Can anyone kindly teach me how? Or are there any relevant tutorials on this?
Thank you very much.
Update text boxes when DB Combo changes -
I was wondering if anyone knows how to update the text boxes on a form when the value of a DB combo box is changed. I have used a data control connected to an Access DB. As you can tell by my question, I am a beginner. The DB combo displays the customers name. The text boxes contai
RESOLVED - Populating Multiple Combo Boxes in a Loop -
Hi everyone,
Is it possible to use a for loop to populate multiple combo boxes?
Here is the idea behind what I would like to be able to do:
for x = 1 to 8
cboA&cstr(x).enabled = false
.
.
.
next x
the combo boxes are called cboA1, cboA2, cbo
Playing with combo boxes -
In VB6, I have 2 combo boxes. I have a list of all 'types', and some of these are 'applicable'. In the first combo, I have all 'types', and in the second combo I have all 'applicable types'. How do I remove from the first combo all 'applicable types' - that is those contained in the se
Combo box memory -
VB6. I have 1 form with 64 combo boxes. The problem is that when the form is loaded (even in design mode) it takes up too much memory (system resources). And for some users (LAN), when they run the exe, it causes a Run time Error 7 - out of memory.
Is their a way to reduce the me
datatable -
Several combo boxes on the UI winform are populated using a DataTable. ie. dtUsers
dtUsers is a table in a dataset.
Several combo boxes are populated using this datatable.
Not sure why when an item in one of the combo boxes is selected, then all the other combo boxes get changed t
Twin Combo Boxes -
I have 2 combo boxes, both of then have the same values in them.
12 AM, 1 AM, 2 AM ... 10 PM, 11 PM
you get the idea
my question is how do I make the values in the second box dependant on the first.
ex. if the first combo boxes current value was 6 AM, the second would only
MORE Combo Troubles -
My Combo Boxes in this project are only displaying the data in the order it appears in the database. I have the SQL Queries defined (SELECT DISTINCT), and executed when the looping to populate the Combo Box takes place, yet the choices in the Combo Boxes are NOT distinct.
Please loo
Access excluding repeats in combo boxes -
This is probably something really easy that I'm just overlooking, but, in a form that I have there are combo boxes that are populated by previously used answers, and each time an answer is used it gets added to the combo box, so the next time you go to enter something, it will say the
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
Combo boxes again -
I've got 2 combo boxes. I want to refer each Item in each combo to different label.
Basically, When click Item in combo1 should be dispalyed in Label1 and Iem in Combo2 displayed in Label2
any Idea
Combo boxes in Active X Controls -
Hi all!
I've created an active x control that contains some combo boxes...now i'm using this control as a repeater in a data repeater control (mimicking the continuous form ability of access)...when i edit/add new record to the textboxes of the active x control they update fine but
Populating Combo boxes quickly with API -
How do i populate combo boxes real fast ? I want to load all available fonts into a combo box.. but the standard VB combo1.additem is far too slow
ms access current focus/ requery all -
I have an ms access form with lots of subforms and lots of combo-boxes.
I'd like to refresh all the combo boxes queries, so that when I update/ add an item to one subform, the relates combo boxes will reflect this change.
so far I've got 2 options:
1. the better one- iterate on
Populate text boxes from combo box**RESOLVED** -
Anyone got good examples of how to populate text boxes when the user selects an item from a combo box.
i.e. I've got a form - when i click a record from my combo box i need to display whats in that record in the multiple text boxes below.
What do i put in form load & what do
Vb Combo Boxes -
Hi every one. I'm having a really simple propblem with visual basic combo boxes. At school we need a combo box with items in it to enable the user to click on different items to make text appear in another box. I know it may sound easy but I have searched every where to find the answer
Adding items to a Dynamic Combo Box -
i created 2 combo box named combo1, combo2
Then i wrote a code, that during runtime 5 combo boxes will be created as an array of combo1
5 more combo boxes will be created as an array of combo2
Now i want to insert a particular data in first 5 combo boxes Combo1 and i have done the s