No announcements
Found 539847 threads
-
0 Votes
Field combo not refresh
I have solved the problem. but I do not know why I not refresh the two combo boxes have relocated the following code Me.Answered | 4 Replies | 580 Views | Created by javierVFM - Wednesday, October 14, 2015 8:06 AM | Last reply by Edward8520 - Monday, October 19, 2015 7:38 AM -
0 Votes
Combo field
If you mean to add more than one value in the field on your form, this is impossible, because a control is bound to just one field.Answered | 14 Replies | 457 Views | Created by HazemQ - Wednesday, June 13, 2018 3:29 PM | Last reply by HazemQ - Thursday, June 14, 2018 12:41 PM -
2 Votes
Restrict user to modify the field selected in combo box
; Private Sub ComboBox1_KeyPress(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyPressEventArgs) Handles ...Answered | 3 Replies | 1749 Views | Created by Rohan4046 - Saturday, January 7, 2012 9:19 PM | Last reply by Samir Ibrahim - Sunday, January 8, 2012 9:11 AM -
0 Votes
Combo Box will only show one field
Oops just Noticed its a memo field :( ThanksAnswered | 2 Replies | 1433 Views | Created by TurnipOrange - Tuesday, September 3, 2013 10:31 PM | Last reply by TurnipOrange - Tuesday, September 3, 2013 10:44 PM -
0 Votes
Access 2007 Combining fields for display in a Combo box
Ken Sheridan, into a combo box which shows the concatenated values.Answered | 3 Replies | 6985 Views | Created by Agnemon - Tuesday, November 6, 2012 12:17 PM | Last reply by Ken Sheridan - Wednesday, November 7, 2012 12:35 PM -
0 Votes
Autofill form fields with a record from a combo box?
Assume a table name CompanyInfo Assume field names in your table and bound field names in your form of: CompanyName and CompanyAddress Assume a ...Answered | 3 Replies | 3388 Views | Created by HereHere - Tuesday, January 22, 2013 1:52 PM | Last reply by ryguy72 - Tuesday, January 22, 2013 11:23 PM -
0 Votes
Refresh Fields taking FOREVER!
This seemed to allow "Refresh Fields" to work just fine and re-generate the SSRS Dataset accordingly.Answered | 2 Replies | 2116 Views | Created by ITBobbyP - Tuesday, April 5, 2016 1:11 PM | Last reply by ITBobbyP - Tuesday, April 26, 2016 4:15 PM -
3 Votes
Store two columns from a combo box into two different data fields?
Setting up the combo box to start sets it to store column 1 in the "city" data field, but you also want it to store column 2 in the "state" column.Answered | 12 Replies | 8021 Views | Created by Robert Patrician - Thursday, May 11, 2017 4:09 PM | Last reply by Larry Holder - Thursday, December 20, 2018 2:51 PM -
2 Votes
Combo box and text box in vb6
Please i need help, i want to retrieve an ID from the database and populate it in combo box, and when i click on some of those ID's in the combo box, the corresponding name from the ...Answered | 1 Replies | 2237 Views | Created by sammy Iky - Thursday, June 12, 2014 5:47 AM | Last reply by Acamar - Thursday, June 12, 2014 6:33 AM -
0 Votes
Dataset fields are not refreshing automatically
To refresh the data you can simply click on the refresh button in the preview pane.Answered | 4 Replies | 1331 Views | Created by avs sai - Wednesday, April 9, 2014 12:30 PM | Last reply by SathyanarrayananS - Thursday, April 10, 2014 2:47 AM -
0 Votes
Need combo box to refresh when moving to new record
The text box is bound the field in the subform to display the current info.Answered | 3 Replies | 9300 Views | Created by Twinmms - Wednesday, June 30, 2010 4:12 PM | Last reply by bhammerstrom - Monday, July 19, 2010 7:47 PM -
8 Votes
Refresh dataset for new fields
It doesn't look like the XSD editor has a "Refresh" or "Sync" feature.Answered | 9 Replies | 43851 Views | Created by KellyEngineer - Wednesday, August 20, 2008 8:06 PM | Last reply by Thorinos - Wednesday, October 19, 2011 1:40 PM -
0 Votes
Date is not refreshing based on the Combo value in SSRS
Hi bmsqldev, According to your description, you have created cascading parameters (start-date and end-date )in your report, but default values of start-date and end-date parameters ...Answered | 2 Replies | 3599 Views | Created by bmsqldev - Tuesday, February 9, 2016 1:43 PM | Last reply by RandonEliason - Thursday, December 26, 2019 5:23 PM -
1 Votes
Access Combo box is stuck
In Place (A), the rowsource was refreshing correctly In Place (B), it was not I tried the above suggestion of changing ...Answered | 29 Replies | 2753 Views | Created by w85 - Friday, August 28, 2015 3:20 PM | Last reply by Alyssa Siegel - Wednesday, November 8, 2017 8:17 PM -
1 Votes
Set focus to combo box field tab page of a tab control
Focus should be set to combo box field present in tab 2 whille cursor/focus/control is in tab1 Hope you understood my requirement.Answered | 5 Replies | 4300 Views | Created by Srinivas Merugu - Friday, December 13, 2013 9:33 PM | Last reply by Srinivas Merugu - Saturday, December 21, 2013 10:02 PM -
6 Votes
combo text property - how to keep it displayed in the combo.
Only by adding it to the source of the combo, it'll stay.Answered | 9 Replies | 2912 Views | Created by Aleniko2 - Monday, February 20, 2012 5:11 AM | Last reply by Tom Borgmann - Friday, February 24, 2012 7:12 AM -
0 Votes
Combo box in the subform is blank
Set the following properties for the combo box: Row Source: StudLookup Column Count: 2 Column Widths: ...Answered | 2 Replies | 1515 Views | Created by ttim - Thursday, October 25, 2012 8:16 PM | Last reply by ttim - Tuesday, October 30, 2012 3:13 AM -
0 Votes
How to reference a combo box field in a record set using vba?
formMain with buttonMain and field OrderNum formSub with fields OrderNum and ItemNum so how you add On Click code to ...Answered | 8 Replies | 4431 Views | Created by Mel_3 - Tuesday, February 5, 2013 9:10 PM | Last reply by Mel_3 - Thursday, February 7, 2013 4:18 PM -
0 Votes
Combo Box item removal
Filtering the combo but still showing filtered data takes a bit of a setup and possibly some code.Answered | 6 Replies | 954 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
I assume the error you got is "field" phrase is not found (Error 1130) You close the table too early, then.Answered | 6 Replies | 1324 Views | Created by CNT LM - Tuesday, June 24, 2014 10:13 AM | Last reply by Olaf Doschke - Sunday, July 6, 2014 8:33 PM - Items 1 to 20 of 539847 Next ›
No announcements