horizonsoffsite
Instructor
I have a some code:
Private Sub Command26_Click()
Me.Tab2.SetFocus
End Sub
But I NEED it to open to a blank new record (just like adding a new record, the star key)
How can I accomplish this?
Thanks
Private Sub Command26_Click()
Me.Tab2.SetFocus
End Sub
But I NEED it to open to a blank new record (just like adding a new record, the star key)
How can I accomplish this?
Thanks