Hello,
I am using DoCmd.GoToRecord to cycle through a bunch of records automatically.
When the program runs and it reaches the end, an error msg pops up and says that there are no more records and asks to debug.
I don't want the user to see this message, i want the program to know when it reaches the end and I want my own message "Records Updated Successfull" to appear.
Can this be done?
Thanks!
I am using DoCmd.GoToRecord to cycle through a bunch of records automatically.
When the program runs and it reaches the end, an error msg pops up and says that there are no more records and asks to debug.
I don't want the user to see this message, i want the program to know when it reaches the end and I want my own message "Records Updated Successfull" to appear.
Can this be done?
Thanks!