Hi!
I'm trying to figure how to make this work in my form.
I want the form to jump to an empty record (after the last entry)
when the form is open.
Private Sub Form_Load()
Me.RecordsetClone.FindFirst "Isnull([Subject]) And Isnull([Date])"
Me.Bookmark = Me.RecordsetClone.Bookmark
End Sub
Where shold I put the code to enable it. I tried ex the detail-field.
(I put the event there, on open)
/ Smask
I'm trying to figure how to make this work in my form.
I want the form to jump to an empty record (after the last entry)
when the form is open.
Private Sub Form_Load()
Me.RecordsetClone.FindFirst "Isnull([Subject]) And Isnull([Date])"
Me.Bookmark = Me.RecordsetClone.Bookmark
End Sub
Where shold I put the code to enable it. I tried ex the detail-field.
(I put the event there, on open)
/ Smask