No announcements
Found 4049755 threads
-
0 Votes
can I display the first item of a combo box?
Hello, I am developing a database where I have employees working at several locations.Answered | 3 Replies | 879 Views | Created by KareninMD - Thursday, June 2, 2016 8:10 PM | Last reply by Moonlight Sheng - Monday, June 6, 2016 6:39 AM -
0 Votes
Can I use the Items from a combo box ???
So i put a new text box.Answered | 7 Replies | 2971 Views | Created by Shiv charan - Monday, November 26, 2012 11:59 AM | Last reply by Renjith V Ramachandran - Monday, November 26, 2012 5:08 PM -
0 Votes
combo box display chacracter
Hi, If you mean the displayed value in the dropdown list, you can use combos 'ColumnWidths' property.Answered | 1 Replies | 4168 Views | Created by hi123456 - Monday, February 28, 2011 8:51 AM | Last reply by Tom Borgmann - Monday, February 28, 2011 9:00 AM -
0 Votes
display member for combo box
Typically you would do this with the selected index: comboBox1.SelectedIndex = 0; This will select the first item in the combo ...Answered | 2 Replies | 4349 Views | Created by Seeta Rama Raju - Wednesday, May 13, 2009 2:41 PM | Last reply by Seeta Rama Raju - Wednesday, May 13, 2009 2:59 PM -
2 Votes
Combo box display values
thanks for reply..i tried the code above it doesn't work...i already type 'Test' but when i type in 'Te' it does not suggested 'Test' when ...Answered | 5 Replies | 1577 Views | Created by uttar007 - Monday, March 4, 2013 9:21 PM | Last reply by -suzyQ - Tuesday, March 5, 2013 11:26 PM -
0 Votes
Combo Box item removal
The simplest approach is to not filter the combobox items but just validates the selected item to make sure the user did not select a non-flyer.Answered | 6 Replies | 963 Views | Created by taking - Friday, September 9, 2016 9:59 PM | Last reply by taking - Monday, September 19, 2016 1:09 PM -
0 Votes
Combo box Add items
You can try following code private void PopulateComboBox() { Collection<string> items = new ...Answered | 2 Replies | 3125 Views | Created by Combo Add items - Error - Wednesday, September 11, 2013 6:48 PM | Last reply by Phill W. _ - Friday, September 13, 2013 1:32 PM -
0 Votes
Combo box item list
So there would be no extra space in the data and no more problem with combo box.Answered | 10 Replies | 4214 Views | Created by Kazi Md. Shakawat Hossain - Monday, June 21, 2010 8:04 AM | Last reply by Kazi Md. Shakawat Hossain - Thursday, June 24, 2010 8:00 AM -
0 Votes
No Display in Combo box
I created a database using office 2003 Access, not my first.Answered | 3 Replies | 3688 Views | Created by Robcvos - Sunday, May 10, 2009 5:01 PM | Last reply by MOSSHelper - Tuesday, May 12, 2009 11:30 PM -
0 Votes
How can I Delete selected item from ComBo Box??
And I have already tried the following code. but its not working..Answered | 3 Replies | 6008 Views | Created by Amit Sopan Roman - Friday, February 24, 2012 10:59 AM | Last reply by sqlguy - Friday, February 24, 2012 1:04 PM -
0 Votes
Combo boxes
I have got it working.Answered | 3 Replies | 3432 Views | Created by PCRider - Wednesday, May 19, 2010 4:36 PM | Last reply by PCRider - Wednesday, May 19, 2010 5:40 PM -
0 Votes
Combo Box
If they choose apples, they can then select the type apple in the second combobox and a messagebox will display their selections.Answered | 7 Replies | 2280 Views | Created by JasCode - Thursday, June 21, 2012 11:59 AM | Last reply by Frank L. Smith - Thursday, June 21, 2012 10:01 PM -
0 Votes
add item to combo box
You need to do a Thisform.combobox.Requery and Thisform.combobox.Refresh to get the new Inserted value to display within the Drop Down List.Answered | 6 Replies | 2878 Views | Created by KortársÖdön - Wednesday, May 21, 2014 5:43 PM | Last reply by Naomi N - Thursday, May 22, 2014 3:19 PM -
2 Votes
How can I add items into a combo box from a char array?
How can I get this code to work properly?Answered | 3 Replies | 3770 Views | Created by hurtin_m - Wednesday, June 9, 2010 3:41 AM | Last reply by hurtin_m - Wednesday, June 9, 2010 8:08 AM -
2 Votes
User Management of Combo Box Items
"best" can be a pretty subjective term.Answered | 2 Replies | 847 Views | Created by BrandonC24 - Monday, January 14, 2013 4:01 PM | Last reply by Reed Kimble - Monday, January 14, 2013 4:34 PM -
0 Votes
Access 2007 Combining fields for display in a Combo box
To display in you combo box the "Surname" "FirstName".Answered | 3 Replies | 7004 Views | Created by Agnemon - Tuesday, November 6, 2012 12:17 PM | Last reply by Ken Sheridan - Wednesday, November 7, 2012 12:35 PM -
1 Votes
Using a combo box to drive display in subform
The main form is displaying a combo box filled with a list of firms.Answered | 6 Replies | 2543 Views | Created by Casey_M - Saturday, February 21, 2015 8:09 PM | Last reply by Ken Sheridan - Saturday, February 21, 2015 11:54 PM -
0 Votes
Display two columns in a combo box
You can find some useful code below.Answered | 4 Replies | 5361 Views | Created by Creative_Pro - Tuesday, May 3, 2011 9:21 AM | Last reply by Ekaterina A Davydova - Thursday, May 12, 2011 7:02 AM -
2 Votes
Newbie - Combo Box Question
A combo box displays the first visible column.Answered | 4 Replies | 735 Views | Created by TheHC - Tuesday, January 12, 2016 11:02 AM | Last reply by Ken Sheridan - Thursday, January 14, 2016 1:31 PM -
3 Votes
Excluding Items from Combo Box
I hope they are working on the new control with combo box.Answered | 11 Replies | 3541 Views | Created by DomagojBulat - Thursday, January 26, 2012 1:41 PM | Last reply by Kostas Christodoulou - Sunday, March 11, 2012 10:00 AM - Items 1 to 20 of 4049755 Next ›
No announcements