A
acss
I have a form that on export it creates an excell workbook from the DB and i
would like to know if it is possable to automate the send mail feature of
excell to one email address in code?
DoCmd.OutputTo acOutputQuery, "qrytester", acFormatXLS, _
strPath & "\" & strFile ', 0
DoCmd.TransferSpreadsheet _
TransferType:=acExport, TableName:="qrytester1", _
FileName:=strPath & "\" & strFile,
HasFieldNames:=True
For example the above creates the workbook but the user will have to hit the
mail icon in excell and select an address from outlook. Can this be automated
into one step?--Version 2003
would like to know if it is possable to automate the send mail feature of
excell to one email address in code?
DoCmd.OutputTo acOutputQuery, "qrytester", acFormatXLS, _
strPath & "\" & strFile ', 0
DoCmd.TransferSpreadsheet _
TransferType:=acExport, TableName:="qrytester1", _
FileName:=strPath & "\" & strFile,
HasFieldNames:=True
For example the above creates the workbook but the user will have to hit the
mail icon in excell and select an address from outlook. Can this be automated
into one step?--Version 2003