ComboBox Questions and Answers

Recent IT Questions

21 - 40 of 47

VB6 retrieving MSAccess all records in VB6 ComboBox

Im beginner to VB6 and I have project to buildup company Database, I will be so grateful if anybody could help me in that: "How can I get all records of any field of MSAccess database in ComboBox or ListBox of VB6

View Answer   |  Mar 25 2009  12:03 AM GMT
VB 6, VB 6.0, Visual Basic
asked by ScorpionEyes

  45 pts.

Why don't all my values show up in my ComboBox list?

why dont all my values show up in my combo box list?

View Answer   |  Mar 24 2009  8:06 AM GMT
ComboBox
asked by Niaimani

  15 pts.

Subject: Limiting information in combobox

I have two comboboxes, one shows a list of customers, the other shows a list of contracts. One customer can have mutliple contracts, but a contract can only have one customer. I want to limit the contracts in the second combobox to only the contracts of the customer in the first combobox. I have...

View Answer   |  Mar 11 2009  8:58 PM GMT
Access 2007, Microsoft Access, Microsoft Access ComboBox
asked by Gavaughn

  10 pts.

Microsoft Access Drop Down List

Hi, I have combo boxes in Microsoft Access where if the user starts typing the drop down list expands. Now if they use the keyboard to select the item, Access moves to the next control and the list is brought back up, but if they use the mouse then the list stays down. I was wondering if there...

View Answer   |  Feb 26 2009  9:30 PM GMT
Microsoft Access, ComboBox
asked by RoadDust

  390 pts.

C# - ComboBox with ADO.NET

A combobox is provided in the form and i wan to display a particular column from athe table in the database(sql). and when i select this particular data corresponding rows should be displayed in the textboxes provide. How should I write the code in C#.

View Answer   |  Feb 24 2009  1:47 AM GMT
C, ADO.NET, ComboBox
asked by 1626

  5 pts.

Update database when combo box value is changed

Hello, I am wondering how to update all the text fields, other combo boxes, and memo's when values are change in a combo box in MS Access 2003. For example, I have a form that when values are change of a combo box that has dates for every quarter. I want the values that I have set for the other...

View Answer   |  Jan 2 2009  6:27 PM GMT
Microsoft Access, ComboBox, Access 2003
asked by ProgrammingGal

  30 pts.

Creating form with combo box to enter data

I trying to create a form in an inventory database that uses a combo box to select size and depending on the size, use a text box with the quantity and have it populate the correct size field. If I am way off base, please suggest alternative.

Answer Question   |  Dec 17 2008  3:41 PM GMT
Microsoft Access, ComboBox
asked by Cecee

  5 pts.

How to fill Combo Box at runtime in VB 6.0 ...I've used RecordSet object but rec.count of rs obj returns (-1).I hv enough data in the DB

[Private Sub Form_Load() FillCombo End Sub Sub FillCombo() Dim rs As New ADODB.Recordset, SQL As String SQL = "Select Spare_Name from Spare" rs.Open SQL, Conn, adOpenDynamic, adLockOptimistic Dim i As Integer For i = 1 To rs.RecordCount cboSpare.AddItem rs("Spare_Name") rs.MoveNext Next...

View Answer   |  Dec 6 2008  7:49 PM GMT
Visual Basic, Database programming, Visual Basic 6
asked by Spartanx

  5 pts.

VB_Combo_Like_VBA

Hi Experts in VB 6.0 Please Tell me how I code for combo just like Access form eg. In Access Form's Combo -- when we start type any letter then nearest matching data should be selected and auto also showing during typing in the combo box Question : Please give any idea for VB 6.0 Combo --- so...

View Answer   |  Nov 21 2008  6:29 AM GMT
VBA, Visual Basic for Applications, Visual Basic 6
asked by AnandaDebnath

  260 pts.

Perplexing Combo Box

I have a set of combo boxes that I would like to have January through December added to as options. I need all of them to be exactly the same. Any suggestions other than With cmbMonth1 .AddItem "January" .AddItem "February" End With With cmbMonth2 .AddItem "January" .AddItem "February" End...

View Answer   |  Nov 19 2008  5:24 PM GMT
VBA, ComboBox
asked by Label1cc

  25 pts.

VB 6 ComboBox auto open

how automatically open the combo on got focus

View Answer   |  Nov 19 2008  9:08 AM GMT
Visual Basic 6, ComboBox, VB 6
asked by AnandaDebnath

  260 pts.

How do I convert a VB 6 TextBox to ComboBox?

Sir, how i convert textbox to combo in vb form

View Answer   |  Nov 19 2008  9:06 AM GMT
Visual Basic 6, ComboBox, TextBox
asked by AnandaDebnath

  260 pts.

How to add value in the ComboBox from the database at RunTime?

I want to fetch the values from the database of a particular field in the combobox at run time...plz help me out

View Answer   |  Nov 11 2008  6:19 AM GMT
Database programming, RunTime, ComboBox
asked by Kiti

  15 pts.

Error: method or datamember not found

i want to get data (liftno,model)etc in a subform by selecting a combo in main form .the subform data is from another table and in the main form cc field is from other table LiftNo.RecordSource = "SELECT Proj_d.LiftNo, Proj_d.Model, Proj_d.Capacity, Proj_d.Capacity, Proj_d.Speed, Proj_d.Stops...

Answer Question   |  Nov 6 2008  8:02 AM GMT
Database programming, ComboBox, Subform
asked by 1234a

  10 pts.

Typing in a combo box section

How can I type in the combo box section and what I typed add to the list already in there?

View Answer   |  Oct 2 2008  7:29 PM GMT
ComboBox, ListBox
asked by ChesneyCin

  5 pts.

Automated data entry for some controls based on data in other controls in Access 2003

Hi: I am creating a bilingual (english/french) database wherein I need to have the french controls automatically filled when I choose an english term from a dropdown list in the correspopnding english control. Example: I have a list of terms in a combo box control (named 'domain') containing the...

View Answer   |  Oct 1 2008  0:53 AM GMT
Microsoft Access, Localization, DataPropagator
asked by Willis1

  25 pts.

Several multi-criteria dependant drop down lists

I am designing a database for product which will have seven different combo boxes. with each selection in each combo box needing to limit what is available in the others. Can some body please help?

View Answer   |  Sep 30 2008  5:08 AM GMT
Database programming, Validation, ComboBox
asked by BenBritton

  5 pts.

How to show selected item from DataGridView shows in ComboBox

how to show selected item from datagridview shows in combobox

Answer Question   |  Sep 12 2008  5:46 AM GMT
Database programming, ComboBox, DataGridView
asked by Kpj

  5 pts.

How to capture the ComboBox values in DataGridView?

iam new to vb.net. plz help me in this it's very urgent. my question is---- i have a combobox in datagridview, i have retrieved the elements into combobox using sql query. now iam not understanding how to capture the value i have selected in the combobox, which is in datagridview and insert it in...

Answer Question   |  Aug 29 2008  5:51 AM GMT
Visual Basic, VB.NET, Visual Basic .NET
asked by Puri

  5 pts.

Syntex for storing combobox & redio button in oracle using VB.NET

How can i save combo box value & redio button in database using VB.NET form. For example as text value we write TEXTBOX1.TEXT????

View Answer   |  Jul 18 2008  11:52 AM GMT
VB.NET, Oracle development, Oracle database design
asked by Deep 0607

  5 pts.

21 - 40 of 47