DoCmd.Beep (Access)
The Beep method carries out the Beep action in Visual Basic.
This method has no arguments and can be called directly by using the syntax DoCmd.Beep. You can also use the VBA command Interaction.Beep to accomplish the same result. You can also use the Visual Basic Beep statement to cause your computer to sound a tone through its speaker.
DoCmd.Beep