M Owen
February 24th, 2003, 08:32 AM
Hi all.
Thought I'd try this question in here ...
Bear with me for a minute ... I have a form in Access that is bound to a table. This form calls another form (i.e. a "Review" form calling an "Entry" form) where the Entry form will add a record to the table the parent form is bound to. Now, I use ADO to do this. Using the ADODB.Connection and open a recordset and do an AddNew, push across my fields and then do an Update. I even close and reopen the connection. When I leave the Entry form and return to the Review form and Requery the table sometimes the record just added doesn't show up. I have to go in and out of the Entry form (just enter and exit) a couple times and <POOF> the record finally shows up. Anyone have an idea on how to get this lazy ADO pig to work a little bit more faster?
P.S. I have other code that does commits with the same type of result ...
Thanks!
- Mike
Thought I'd try this question in here ...
Bear with me for a minute ... I have a form in Access that is bound to a table. This form calls another form (i.e. a "Review" form calling an "Entry" form) where the Entry form will add a record to the table the parent form is bound to. Now, I use ADO to do this. Using the ADODB.Connection and open a recordset and do an AddNew, push across my fields and then do an Update. I even close and reopen the connection. When I leave the Entry form and return to the Review form and Requery the table sometimes the record just added doesn't show up. I have to go in and out of the Entry form (just enter and exit) a couple times and <POOF> the record finally shows up. Anyone have an idea on how to get this lazy ADO pig to work a little bit more faster?
P.S. I have other code that does commits with the same type of result ...
Thanks!
- Mike