G
Guest
hi,
my code below:
Private Sub Exporting_Click()
DoCmd.TransferSpreadsheet , acExport, acSpreadsheetTypeExcel9, "Screening
Log Query For Forms (Revised)", "C:\Screening_Log.xls", True
End Sub
is resulting a "Run Time Error: 2498" which explains an expression i entered
is the wrong data type for one of the arguments.
i are clueless.
my code below:
Private Sub Exporting_Click()
DoCmd.TransferSpreadsheet , acExport, acSpreadsheetTypeExcel9, "Screening
Log Query For Forms (Revised)", "C:\Screening_Log.xls", True
End Sub
is resulting a "Run Time Error: 2498" which explains an expression i entered
is the wrong data type for one of the arguments.
i are clueless.