No announcements
Found 3675335 threads
-
2 Votes
Can't input in Textbox controls using Continuous Form bound to an ADO Recordset
Tried to use a Continuous Forms bound to na ADO Recorset and can't make it work.Unanswered | 8 Replies | 1033 Views | Created by João Simplicio Rodrigues - Tuesday, May 17, 2016 7:32 PM | Last reply by João Simplicio Rodrigues - Tuesday, May 31, 2016 9:43 AM -
0 Votes
TableMapping in DataSet compared with ADO recordset
OP are you looking for the .NET equivalent of an ADO recordset or are you trying to actually use an ADO recordset (perhaps returned from a COM object) in ...Answered | 4 Replies | 3078 Views | Created by learner08 - Monday, July 27, 2009 12:46 PM | Last reply by CoolDadTx - Wednesday, July 29, 2009 1:25 PM -
1 Votes
Synchronize bound form fields to recordset (newbie)
Once I discovered that DataEntry = false, and Allow Additions = false could be used to control navigation (placing an Add Record button on the Form to ...Answered | 15 Replies | 1984 Views | Created by PQSC.Programmer - Friday, January 31, 2014 3:18 PM | Last reply by PQSC.Programmer - Wednesday, February 5, 2014 8:48 PM -
1 Votes
In memory ADO-recordset: how to add records?
If you are manipulating records on a sql server from Access I would us an ADODB command object instead of an ADODB Recordset Object.Answered | 2 Replies | 7539 Views | Created by kvhoof - Monday, September 15, 2014 9:23 AM | Last reply by Rich P123 - Monday, September 15, 2014 6:17 PM -
0 Votes
Binding form to ADO recordset results in a "Select Data Source" popup
Hi, I could reproduce your issue using your code, To fix it, please use Set Me.Recordset = rec Set rec = ...Answered | 3 Replies | 1277 Views | Created by leprendun - Monday, February 13, 2017 8:29 PM | Last reply by Chenchen Li - Wednesday, February 15, 2017 9:24 AM -
4 Votes
ADO Recordset Filter Property too slow
It's been quite a while since this thread was started, but perhaps this will be of use to someone else.Answered | 5 Replies | 21233 Views | Created by Jim Oliver - Thursday, March 13, 2008 9:52 PM | Last reply by Bill2Dev - Monday, June 29, 2015 12:11 PM -
0 Votes
Access 2007: Is there a technique to bypass a continuous form's single control instance issue
Use the "ControlTip Text" property to display the name of a control or to show the user what is the Textbox is use for.Answered | 14 Replies | 8813 Views | Created by crushbrain - Saturday, September 17, 2011 4:59 PM | Last reply by AccessVandal - Thursday, September 29, 2011 1:56 AM -
0 Votes
ADO connection on a user form
*I'm not sure if you can bind a form to an ADODB recordset.Answered | 9 Replies | 5878 Views | Created by steven_Cheng - Tuesday, June 29, 2010 1:44 AM | Last reply by Andrey Artemyev - Saturday, July 3, 2010 12:39 AM -
0 Votes
ADO recordset property always returns -1
Now i'll check the EOF recordset property.Answered | 7 Replies | 2075 Views | Created by octeixeira - Thursday, June 28, 2012 4:49 PM | Last reply by Cor Ligthert - Monday, July 2, 2012 11:55 AM -
0 Votes
Table autonumber Integer increments with Editmode/update methods on ado recordset
If you still show any concern on the problem, just feel free to let us know.Answered | 5 Replies | 2422 Views | Created by cheesenbranston - Thursday, October 6, 2011 7:33 PM | Last reply by Bruce Song - Thursday, October 20, 2011 12:15 PM -
0 Votes
ADO recordset as a Recordset to continuous form
Must look to this (in Access Help) ; "You should use the AccessConnection property if you intend to create ADO recordsets that will be bound ...Answered | 5 Replies | 3219 Views | Created by João Simplicio Rodrigues - Wednesday, June 19, 2013 3:19 PM | Last reply by João Simplicio Rodrigues - Thursday, June 20, 2013 3:41 PM -
1 Votes
Refreshing a forms ado recordsource in Access 2007
The only place I use the Resync method is on the form's current event where I limit it to the current record.Answered | 7 Replies | 8773 Views | Created by Robbiexxxx - Saturday, May 7, 2011 2:19 PM | Last reply by villagemedia - Wednesday, May 23, 2012 7:50 PM -
0 Votes
Populate ListBox in Boundless Form Using an ADODB Recordset
Yes, but even though your form is unbound you can still simply set the rowsource of your listbox to your SQL statement, .e.g.Answered | 3 Replies | 1425 Views | Created by TodAtWork - Monday, August 22, 2016 8:12 PM | Last reply by Bruce Hulsey - Tuesday, August 23, 2016 8:47 PM -
1 Votes
Refresh a Form's Bound Controls
That should auto populate your textboxes once the dataset reads XML text boxes bound to the first row, so you need to clear the dataset before you read the ...Answered | 15 Replies | 4252 Views | Created by Leedo - Thursday, May 20, 2010 1:59 PM | Last reply by Leedo - Wednesday, May 26, 2010 2:54 PM -
0 Votes
Filtered Continuous Form Help- Can't Edit Records
> (2) then how is the continuous form possible?Answered | 3 Replies | 3414 Views | Created by AngRuiz1 - Monday, July 8, 2013 6:54 PM | Last reply by Van Dinh - Wednesday, July 10, 2013 4:30 AM -
1 Votes
Updating a database from bound textbox
I can't see how to do this.Answered | 10 Replies | 2568 Views | Created by AndyNakamura - Sunday, May 29, 2016 9:23 AM | Last reply by AndyNakamura - Monday, May 30, 2016 9:45 AM -
0 Votes
Bound Textbox Formatting
double click the TextBox in the designer at design-time, it will generate the method for you, put there a breakpoint in the generated method and see....Answered | 3 Replies | 3446 Views | Created by REvans611 - Saturday, September 6, 2008 2:30 PM | Last reply by Shimmy Weitzhandler - Monday, September 8, 2008 2:20 PM -
0 Votes
Error 0x80004005 when open recordset via ADO
...one can also question whether you should use ADO at all, given that ADO has not been maintained for soon twenty years.Answered | 17 Replies | 2666 Views | Created by tempc - Tuesday, September 17, 2019 1:35 PM | Last reply by tempc - Monday, September 30, 2019 10:08 PM -
0 Votes
How to get all the Table names stored in a ADO recordset?
And if you want to return in an ADO Recordset see the below link.Answered | 5 Replies | 2461 Views | Created by Tabzee - Wednesday, September 17, 2014 5:20 PM | Last reply by Tabzee - Thursday, September 18, 2014 8:25 PM -
0 Votes
cannot input in the textbox inherited from user controls
And you will need to check the read only propety and make sure if the textbox can be input[read only = false].Answered | 2 Replies | 1741 Views | Created by Raymond Chiu - Thursday, January 19, 2012 6:18 AM | Last reply by Neddy Ren - Friday, January 20, 2012 8:44 AM - Items 1 to 20 of 3675335 Next ›
No announcements