RE: 'Cannot Find Specified Record' Can this message be changed?
- From: Klatuu <Klatuu@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 24 Jun 2005 08:39:02 -0700
You would need to do that in your error handling routine. Find out what the
error number is then trap for it.
MySub_Errors:
If Err = 12345 Then
MsgBox "You Screwed UP!"
Else
Handle other errors
End If
"Richard Horne" wrote:
> Simple question really, when a user scrolls through a set of records and goes
> past or before the last and first record, they get the error message "Cannot
> find specified record" Can this message be changed to something a bit more
> user friendly? Mainly can I choose my own message? Or disable this message
> altogether.
.
- References:
- 'Cannot Find Specified Record' Can this message be changed?
- From: Richard Horne
- 'Cannot Find Specified Record' Can this message be changed?
- Prev by Date: Cannot Add Pictures Anymore - WHY ?
- Next by Date: Re: Size Limitation
- Previous by thread: 'Cannot Find Specified Record' Can this message be changed?
- Next by thread: Restore your DB using the .bak file.
- Index(es):