Beep Method [Access 2003 VBA Language Reference]

The Beep method carries out the Beep action in Visual Basic.

expression.Beep

expression Required. An expression that returns one of the objects in the Applies To list.

Remarks

This method has no arguments and can called directly 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.

Applies to | DoCmd Object