Also, need to disable automatic access warnings...

Breisi

New member
Local time
Today, 02:45
Joined
May 16, 2000
Messages
9
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.
 
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).]
 
Thanks, I thought that was how it might have been done but I thought it was 'wrong' to delete or rem inherent access code.
smile.gif

Breisi
 

Users who are viewing this thread

Back
Top Bottom