Hi I have been using the following code
Option Compare Database
Option Explicit
Declare Function PlayWave Lib "winmm.dll" _
Alias "PlaySoundA" ( _
ByVal lpszName As String, _
ByVal hModule As Long, _
ByVal dwFlags As Long) As Long
Function PlayWav()
'Change the file path of the...