Hi there,
I use a docmd Command to send automatically a Excel report to about 21
users.:
On Error GoTo Fehler1:
DoCmd.SendObject acReport, stDocName, _
acFormatXLS, _
IIf(RstAdjust!Email, rst!Email, "mail") _
, , , _
strAdressen_Text, _
strDialog, False
On Error GoTo 0
But strange enough, Access 2000 quits SOMETIMES with the following error
message. Well, I am testing and using the same data, the same Outlook 2000
environment and the same programs open. The Systen-, user-, and GDI
ressources are between 45 and 52%, so that should be enough. I have about
250 MB free disk space and I am running on 98, 2.nd ed.
Any hint?
Bernd