strange behavior 
Author Message
 strange behavior

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



Sun, 10 Aug 2003 07:00:29 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. MoveFirst, MoveLast strange behavior

2. word mail merge strange behavior

3. Strange behavior with INT function

4. Strange behavior in Add-Ins

5. Strange Behavior

6. Strange Behavior with queries in code

7. V7 Strange behavior after text import.

8. Access 2.0-Strange behavior when using arrays and UPDATE command

9. DT Picker strange behavior

10. strange behavior with IncludeRecurrences property

11. VBA Strange behavior on Terminal Server

12. Custom Inbox handler - strange behavior

 

 
Powered by phpBB® Forum Software