Hello all,
I want to open subform at lastrecord.
On the subform (open) I write
Bat it's not good for me because when you go to other record it's doesn't work.
If I put this code in the event of "Current" its work good but I cant change the other record and to add
Is there an idea to do it?
thanks s.
I want to open subform at lastrecord.
On the subform (open) I write
Code:
Private Sub Form_Open(Cancel As Integer)
DoCmd.GoToRecord , , acLast
End Sub
If I put this code in the event of "Current" its work good but I cant change the other record and to add
Is there an idea to do it?
thanks s.