|
-
March 17th, 2004, 11:49 PM
#1
Run-time error 3021 No current record
Hi,
In the beginning of database (access database) is empty and I want to add a new record and then cancel it. But I get an error
"Run-time error 3021 No current record" when I press Cancel button. Here is the code in cmdCancel:
Private Sub cmdCancel_Click()
Data1.UpdateControls
Data1.Recordset.Bookmark = vbookmark3
End Sub
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
|