Message Box Pop up

S

Simon

I have a few message boxs, is there a way for it not to beep and make
a noise then then pop up


Thanks

Simon
 
A

Arvin Meyer [MVP]

Look at the code. There should be a line that says:

DoCmd.Beep

Delete it or comment it out.
 
Top