On Error GoTo ...

JoshuaAnthony

Registered User.
Local time
Today, 15:00
Joined
Dec 18, 2003
Messages
68
When I create a button using the wizard, the VBA code always enters error handling data in there. What sorts of errors does this catch? Should I do this when I make my own modules and code for buttons? Can I manipulate this functionality to handle my own defined errors?
 
JoshuaAnthony said:
When I create a button using the wizard, the VBA code always enters error handling data in there. What sorts of errors does this catch?

All errors . Access displays the error number and description. These can be customised.

Should I do this when I make my own modules and code for buttons?

Yes.

Can I manipulate this functionality to handle my own defined errors?

Yes. Do a search for 'error handling'

Andy
 

Users who are viewing this thread

Back
Top Bottom