hello everyone! i have a problem in coding for my system...i want to know how could i use the
i want this code to be transferred.. which i will not use SQL as my backend but MS Access....pleas e i need your help guys....thanks
Code:
Const transferDir = "c:\my documents\" rangeName = "Companies" tableName = "Companies" DoCmd.RunSQL "delete from " & tableName DoCmd.TransferSpreadsheet acImport, 8, tableName, _ transferDir & "OriginalData.xls", True, rangeName
Comment