View Full Version : Also, need to disable automatic access warnings...


Breisi
05-23-2000, 03:40 PM
Is there any way to disable the warnings that access shoots up and put my own 'dumb' user friendly warning instead?

Again any information will be most appreciated, thanks.
Breisi.

gino
05-23-2000, 04:47 PM
you mean error messages?

open a form in design view then open FORM properties.

replace MsgBox Err.Description w/
MsgBox "Your custom message here!", vbOkOnly
in your codes.......

don't know if i explained this too well...have fun....




[This message has been edited by gino (edited 05-23-2000).]

Breisi
05-23-2000, 08:59 PM
Thanks, I thought that was how it might have been done but I thought it was 'wrong' to delete or rem inherent access code.
http://www.access-programmers.co.uk/ubb/smile.gif
Breisi