السلام عليكم
 
	عندما نقلت الملف إلى جهاز العميل 
	ظهرت مشكلة في الأكواد وظهرت رسالة توجهني إلى استعمال نسخة 64bit رغم أن النسخة عندي وعند العميل هي 64 فعلا 
	ظهرت هذه المشكلة في أكواد إضافة صوت إلى زر داخل أكسيس، وهي: 
 
Declare Function apisndPlaySound Lib "winmm" Alias "sndPlaySoundA" (ByVal filename As String, ByVal snd_async As Long) As Long
Function Playsound(sWavFile As String)
apisndPlaySound sWavFile, 1
End Function
	وكان هذا السطر باللون الأحمر 
 
	Declare Function apisndPlaySound Lib "winmm" Alias "sndPlaySoundA" (ByVal filename As String, ByVal snd_async As Long) As Long 
	 
 
	أرجو الإفادة وآسف على كثرة الأسئلة ❤️