لدي هذا البرنامج وأريد إضافة الكود التالي فيه وتغيير ما يلزم .
تنبيه " لا أريد إضافة الحقول التالية في جدول " A1 A2 A3 A4 A5 A6 A7 A8 A9 A10 "MARK
Public Function f_import_from_excel(w_Files As String) As String
'w_Files = Which Files to use:
'All : all from the current directory
'otherwise , from a selected directory
CurrentDb.Execute ("Delete * From mark")
CurrentDb.Execute ("Delete * From Temp3")
Forms!Mark!barna = Forms!Mark!barna & vbCr &