Hi there,
I'm getting an MSAccess applicationerror after sending an object to the Lotus Notes mailaccount.
My code is as follows:
DoCmd.SendObject acSendQuery, "query", acFormatXLS, toAddress, , , subject)
Lotus notes opens correctly, the xls-file is created correcty and the subject is coming through correctly.
So not to bad, but the toAddress is not there and even worse after between ten seconds and a couple of minutes I'm forced to close MSAccess because of an applicationerror:'The instruction at 0x0..... referenced memory at 0x00000010. The memory could not be read'
So, anyone knows what's wrong??
Thanks
I'm getting an MSAccess applicationerror after sending an object to the Lotus Notes mailaccount.
My code is as follows:
DoCmd.SendObject acSendQuery, "query", acFormatXLS, toAddress, , , subject)
Lotus notes opens correctly, the xls-file is created correcty and the subject is coming through correctly.
So not to bad, but the toAddress is not there and even worse after between ten seconds and a couple of minutes I'm forced to close MSAccess because of an applicationerror:'The instruction at 0x0..... referenced memory at 0x00000010. The memory could not be read'
So, anyone knows what's wrong??
Thanks