Customise Error codes

D

Daniel

Guys,

Can anyone pls tell me how I can customise default Access
errors? For example, when the Error: 1234 with xxxxx
error pops up, I want to replace that xxxxx message with
my own message. thanks.
 
A

Alex Dybenko

if you mean errors in forms - then using foms' event proc you can catch
these errors and replace with your own messages.
 
Top