Check for first record.

Henley12

Troy University Fan
Local time
Today, 00:02
Joined
Oct 10, 2007
Messages
222
When I delete a record on a form, I want the form to go to the previous record. This is no problem except when the record I want to delete is the first record. How do I check for that?
 
Just use an error handler. You can check for error 2105 and just ignore it.
 
Forgive my ignorance, Bob, but how do I check for a specific error code?
 

Users who are viewing this thread

Back
Top Bottom