Hello
also,
question 1
is some code that i have. i want to export a table to an excel spreadsheet. But it gives me an error saying "compile error expected: ="
Old question-
is there a way to have access do an append query without any prompt/warning to the user?-Thanks KLin
filename = stState & "--" & stTrans & Month(Date) & "-" & Day(Date) & "-" & Year(Date) & "-" & Hour(Time) & Minute(Time) & ".xls"
doCmd.TransferSpreadsheet(acExport,acSpreadsheetTypeExcel9,filename)
it turns out that i'm not supposed to be using parenthesis.
Thanks,
Amit
----------
This is the programming forum, not FS/FT; do not bump your thread. It is considered neffing, and neffing is not allowed.
AnandTech Moderator Evadman
also,
question 1
is some code that i have. i want to export a table to an excel spreadsheet. But it gives me an error saying "compile error expected: ="
Old question-
is there a way to have access do an append query without any prompt/warning to the user?-Thanks KLin
filename = stState & "--" & stTrans & Month(Date) & "-" & Day(Date) & "-" & Year(Date) & "-" & Hour(Time) & Minute(Time) & ".xls"
doCmd.TransferSpreadsheet(acExport,acSpreadsheetTypeExcel9,filename)
it turns out that i'm not supposed to be using parenthesis.
Thanks,
Amit
----------
This is the programming forum, not FS/FT; do not bump your thread. It is considered neffing, and neffing is not allowed.
AnandTech Moderator Evadman
