Beep Method
Applies To
DoCmd object.
Description
The Beep method carries out the Beep action in Visual Basic. For more information on how the action works, see the action topic.
Syntax
DoCmd.Beep
This method has no arguments.
Remarks
You can also use the Visual Basic Beep statement to cause your computer to sound a tone through its speaker.
See Also
Beep action, Beep statement, DoCmd object, MsgBox action.