No announcements
Found 1633268 threads
-
0 Votes
Combo box Add items
You can try following code private void PopulateComboBox() { Collection<string> items = new Collection<string>(); ...Answered | 2 Replies | 3034 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
Add (All) to combo box
this is the code behind my combo box atm.Answered | 5 Replies | 2345 Views | Created by MW2011 - Tuesday, June 26, 2012 1:19 PM | Last reply by Kareninstructor - Tuesday, June 26, 2012 7:35 PM -
0 Votes
Access 2013 Combo Box in Form
This form has the combo boxes for TaskType, Year and Month.Answered | 5 Replies | 802 Views | Created by Matt Slammer - Thursday, May 12, 2016 12:52 PM | Last reply by Ken Sheridan - Friday, May 13, 2016 10:48 PM -
0 Votes
Access Forms, Combo Boxes
SELECT subgenere FROM subgenere WHERE genere=[Forms]!Answered | 5 Replies | 811 Views | Created by SteveLong - Sunday, June 12, 2016 9:29 AM | Last reply by Deepak Saradkumar Panchal - Saturday, June 18, 2016 9:09 AM -
0 Votes
combo box in windows form
You can refer following ...Answered | 1 Replies | 2526 Views | Created by DanWo - Tuesday, April 24, 2012 4:49 AM | Last reply by Khanna Gaurav - Tuesday, April 24, 2012 6:23 PM -
0 Votes
Combo Box
JC, To add to what others have said here, I thought I'd put an example together that works with three comboboxes.Answered | 7 Replies | 2188 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
looping through form Combo Boxes
All you need is to have the references all the combo boxes so the you can set 'ComboBoxControl.SelectedIndex = -1'.Answered | 6 Replies | 2368 Views | Created by uknowmeim - Tuesday, October 11, 2011 3:22 AM | Last reply by Ameem - Wednesday, October 12, 2011 9:28 AM -
1 Votes
open form to display record from combo box
I then hit a button along side the combo box to open a form and display the name of the occupant and there details.Answered | 15 Replies | 12735 Views | Created by emtoujouse - Monday, June 28, 2010 7:51 PM | Last reply by Abzal Ali - Thursday, December 6, 2012 4:27 PM -
3 Votes
How To Add Links To A Combo Box's Items
No like a lot of sites have combo boxes when it's dropped down it will have an item that says "ALL or HOMEPAGE" and if selected it will direct the browser to that ...Answered | 3 Replies | 3232 Views | Created by Tj.. _ - Sunday, March 29, 2009 5:26 AM | Last reply by Tj.. _ - Sunday, March 29, 2009 8:48 PM -
0 Votes
Reference a Combo Box Column to apply filter to form
If the BoundColumn property of the combo box is 4 then you can filter on the column to which the combo box is bound, but I doubt that's the case.Answered | 5 Replies | 1025 Views | Created by AnandBhatta - Saturday, August 13, 2016 8:05 AM | Last reply by Ken Sheridan - Wednesday, September 14, 2016 3:48 PM -
0 Votes
add item to combo box
As Naomi said, you have to add the new items to the cursor.Answered | 6 Replies | 2723 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 -
0 Votes
Microsoft Forms 2.0 Frame and combo box
i was going thru an article in Microsoft portal. so i thought i'll give a ...Answered | 2 Replies | 3940 Views | Created by RPU - Thursday, February 28, 2013 4:39 AM | Last reply by RPU - Thursday, February 28, 2013 7:11 AM -
0 Votes
Combo Box
The fact that Student# is the control's ControlSource property suggests that your combo box is bound to a foreign key column which references that column rather than the primary key ...Answered | 3 Replies | 575 Views | Created by C Vivid - Friday, July 17, 2015 5:05 PM | Last reply by Ken Sheridan - Friday, July 17, 2015 5:56 PM -
0 Votes
Combo Box and the Enter key
I have been using the combo Box keypress event to capture the enter key when it is being pressed by the user within the combobox.Answered | 1 Replies | 5641 Views | Created by epwVb2008 - Wednesday, August 25, 2010 2:56 AM | Last reply by DeborahK - Thursday, August 26, 2010 5:11 AM -
0 Votes
Form with combo box changes value to Null
This only happens when opening the form and there are no selections on the combo boxes.Answered | 14 Replies | 545 Views | Created by LALZ - Thursday, June 7, 2018 11:57 AM | Last reply by LALZ - Thursday, June 14, 2018 1:57 AM -
0 Votes
Autofill form fields with a record from a combo box?
For example, if you have a table field and bound form control named City, the replace CompanyAddress with City and so on.Answered | 3 Replies | 3322 Views | Created by HereHere - Tuesday, January 22, 2013 1:52 PM | Last reply by ryguy72 - Tuesday, January 22, 2013 11:23 PM -
4 Votes
Web form macros: Are cascading combo boxes possible in web forms?
I figured the error was I was using the wrong combo box, now I used the first combo box..Answered | 11 Replies | 8789 Views | Created by dg_moore - Tuesday, November 22, 2011 12:10 AM | Last reply by SanthoshKunder - Tuesday, September 8, 2015 8:54 AM -
0 Votes
Saving/adding data in an infopath Combo box after form is deployed
You probably better off populating your combo box from a SharePoint list.Answered | 3 Replies | 8925 Views | Created by BILLK56 - Wednesday, March 16, 2011 3:05 PM | Last reply by BILLK56 - Thursday, March 31, 2011 3:34 PM -
1 Votes
Access Combo box is stuck
When you update the row source of the combo box using VBA, the change is not saved with the form.Answered | 29 Replies | 2651 Views | Created by w85 - Friday, August 28, 2015 3:20 PM | Last reply by Alyssa Siegel - Wednesday, November 8, 2017 8:17 PM -
0 Votes
Add combo boxes to datagridview
I'm trying to put combo boxes in a datagridview. i was wondering how to go about doing that.Answered | 4 Replies | 3507 Views | Created by PCRider - Thursday, April 14, 2011 9:08 PM | Last reply by PCRider - Friday, April 15, 2011 11:33 PM - Items 1 to 20 of 1633268 Next ›
No announcements