Z
-z
I use A2K
Someone was nice enough to provide me the following, which works fine, but I
cannot figure out why it works
Thank you...
'================
Private Sub Form_Current()
'What to do at the last rec
Me.RecordsetClone.MoveLast
cmdFlip.Enabled = Not Me.CurrentRecord = 1
cmdFlip.Enabled = Not Me.CurrentRecord = _
Me.RecordsetClone.RecordCount
End Sub
'Thank you
Someone was nice enough to provide me the following, which works fine, but I
cannot figure out why it works
Thank you...
'================
Private Sub Form_Current()
'What to do at the last rec
Me.RecordsetClone.MoveLast
cmdFlip.Enabled = Not Me.CurrentRecord = 1
cmdFlip.Enabled = Not Me.CurrentRecord = _
Me.RecordsetClone.RecordCount
End Sub
'Thank you