RXX00
Registered User.
- Local time
- Today, 23:59
- Joined
- May 24, 2011
- Messages
- 26
Hi,
Any help would be a life saver.
Why is this caption record counter not working?
Me.Caption = "Record " & (Me.RecordsetClone.AbsolutePosition + 2) & " of " & Me.RecordsetClone.RecordCount
and how can I stop my code from clicking onto the next record when I have this on click of my "Next" button?
DoCmd.GoToRecord , , acNext.
Any help would be a life saver.
Why is this caption record counter not working?
Me.Caption = "Record " & (Me.RecordsetClone.AbsolutePosition + 2) & " of " & Me.RecordsetClone.RecordCount
and how can I stop my code from clicking onto the next record when I have this on click of my "Next" button?
DoCmd.GoToRecord , , acNext.