|
-
Apr 30th, 2001, 04:19 AM
#1
Thread Starter
Member
adodc recordset update
I have an adodc control on a form and all my textboxes are bound to this adodc.
Then when I insert a new record to my Table, I used the coding as follows: adodc1.recordset.update
The problem is that it inserts the record at the end of my table in my access database but in adodc recordset it is not at the end.
why this and what's the solution.
thanks
-
Apr 30th, 2001, 02:27 PM
#2
Member
What makes you say it is not at the end? If, after adding the new record, you later adodc1.recordset.movelast is should go to the new record since that is now the last record.
I am not sure I am really answering what you are asking. If not, please reply and we can try again.
Eva
-
May 2nd, 2001, 01:47 AM
#3
Lively Member
try using
adodc1.refresh OR adodc1.recordset.resync after u update.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|