E
Emily Edgington
I am using Access & Excel 2000, and cannot get this command to create and
load CheckLoadTemp table. I created a form with a button that points to this
code, but when I click the button, nothing happens. Please help.
Private Sub cmdImport_Click()
DoCmd.TransferSpreadsheet acImport, 8, "CheckLoadTemp",
"c:\temp\UnclaimedChecks-test.xls", True
Me.Visible = False
End Sub
load CheckLoadTemp table. I created a form with a button that points to this
code, but when I click the button, nothing happens. Please help.
Private Sub cmdImport_Click()
DoCmd.TransferSpreadsheet acImport, 8, "CheckLoadTemp",
"c:\temp\UnclaimedChecks-test.xls", True
Me.Visible = False
End Sub