That I can put some code in that will run everytime the displayed record changes?
Thanks
Printable View
That I can put some code in that will run everytime the displayed record changes?
Thanks
Yes there is.
VB Code:
Private Sub Form_Current() 'This sub fires every time the records are navigated from one record to the next or previous, end, begining, etc. End Sub
/hi5
your the man!
No prob :thumb: I guess it comes from years of experience. :afrog: