J
Jeff
I am using the following code to navigate to the Previous Record, but I need
to add code to disable this Command Button if the current record happens to
be the First Record. Any suggestions?
Private Sub Command89_Click()
DoCmd.GoToRecord acActiveDataObject, , acPrevious, 1
End Sub
to add code to disable this Command Button if the current record happens to
be the First Record. Any suggestions?
Private Sub Command89_Click()
DoCmd.GoToRecord acActiveDataObject, , acPrevious, 1
End Sub