Private Sub Command0_Click()
DoCmd.TransferSpreadsheet acImport, acSpreadsheetTypeExcel9, "temp", "c:\temp.xls", yes
End Sub
'acImport 导入
'acSpreadsheetTypeExcel9 EXCEL 表的类型
'"temp" : 导入后,表的名称(字符串)
'"c:\temp.xls" : excel 源表的路径和名称。
'yes : excel 表中的第一行作为 新表 的 字段名称。
ASP编码教程:如何实现/使用缓存
[ASP]2015年4月15日ASP编码教程:asp缓存的分类
[ASP]2015年4月15日ASP编码教程:何谓ASP缓存/为什么要缓存
[ASP]2015年4月15日ASP编码教程:asp实现的sha1加密解密代码
[ASP]2015年4月15日ASP编码教程:asp执行带参数的sql语句实例
[ASP]2015年4月14日