G
Guest
My environment is access 2000 + dao 3.6. The following code, invoked in a
forms eventprocedure prints True ? ? . This is the case whichever record in
tabell I move to. Tabell is a Table without a primary key. How should I
access the correct bookmarks?
Private Sub Öppnaprovat_Click()
Dim tabell As Recordset
Set tabell = Me.Recordset
tabell.MoveFirst
Debug.Print tabell.Bookmarkable, tabell.Bookmark, Me.Bookmark
End Sub
forms eventprocedure prints True ? ? . This is the case whichever record in
tabell I move to. Tabell is a Table without a primary key. How should I
access the correct bookmarks?
Private Sub Öppnaprovat_Click()
Dim tabell As Recordset
Set tabell = Me.Recordset
tabell.MoveFirst
Debug.Print tabell.Bookmarkable, tabell.Bookmark, Me.Bookmark
End Sub