FindFirst

smask

Registered User.
Local time
Today, 05:28
Joined
Jan 9, 2003
Messages
21
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
 
Hi!

Thank you wery much!

Tack så jättemycket!

/ Smask
 
Last edited:

Users who are viewing this thread

Back
Top Bottom