Sound a beep tone through the computer's speaker.
Syntax Docmd.Beep
The beep action doesn't have any arguments.
You can also use the VBA command Interaction.Beep or the Visual Basic Beep statement to accomplish the same result.
DoCmd.Beep
“A careful driver is one who honks his horn when he goes through a red light” ~ Henry Morgan
In PowerShell you can raise a beep with [console]::Beep()
Visual Basic: Beep