Hi,
How do I stop the next record procedure to only go as far as the last record and not add a new record. I find when it adds a new record but I have no info for the new record, when I exit it deletes a number from my autonumber count!! then I have to go and resequence the whole darn thing again which is a pain.
So far this is the basic sub:
Private Sub GoTo_Next_Record_Click()
DoCmd.GoToRecord , , acNext
End Sub
Any help would be great!! Thanks,
Derek
ps. btw anyone know how to remove the bottom status/rec navigation bar?
How do I stop the next record procedure to only go as far as the last record and not add a new record. I find when it adds a new record but I have no info for the new record, when I exit it deletes a number from my autonumber count!! then I have to go and resequence the whole darn thing again which is a pain.
So far this is the basic sub:
Private Sub GoTo_Next_Record_Click()
DoCmd.GoToRecord , , acNext
End Sub
Any help would be great!! Thanks,
Derek
ps. btw anyone know how to remove the bottom status/rec navigation bar?