B
Bruce
I would have thought this was an easy one, but since this
is Microsoft, the term doesn't apply. I have record
navigation buttons on a form. When I reach the last
record I get a nearly useless error message. I have
located the offending code, and have changed it to
MsgBox Err.Description, vbInformation, "Last record" which
at least changes the title bar, but how do I change "You
can't go to the specified record"? The Access "Help"
files say that after another comma I would add the "String
expression that identifies the Help file to use to provide
context-sensitive Help". All I want to do is to change a
few words.
is Microsoft, the term doesn't apply. I have record
navigation buttons on a form. When I reach the last
record I get a nearly useless error message. I have
located the offending code, and have changed it to
MsgBox Err.Description, vbInformation, "Last record" which
at least changes the title bar, but how do I change "You
can't go to the specified record"? The Access "Help"
files say that after another comma I would add the "String
expression that identifies the Help file to use to provide
context-sensitive Help". All I want to do is to change a
few words.