DoCmd.Beep Method (Access)

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

Syntax

expression .Beep

expression A variable that represents a DoCmd object.

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.

See Also

Concepts

DoCmd Object

DoCmd Object Members