R
Rajesh Candamourty
Dear All,
I have this command in my code:
DoCmd.OutputTo acOutputReport, "Report by Part Number XL", acFormatXLS, ,
True, ""
This works fine when executed for the first time. When executed the 2nd or
3rd time continuously then it ask for do u want to replacve the existing
file, when I click Yes..it does nothing. No error nothing. But when I
continue to do this again then I get the msg. " The instruction at
'0x30088929' referenced memory at '0x00000000'. The memory could not be
read. Click OK to terminante the program. Click Cancel to debug the program"
What is the meaning of this error. I am not clear how to respond to this.
Any help highly appreciated.
Thanks in advance.
Rajesh Candamourty.
I have this command in my code:
DoCmd.OutputTo acOutputReport, "Report by Part Number XL", acFormatXLS, ,
True, ""
This works fine when executed for the first time. When executed the 2nd or
3rd time continuously then it ask for do u want to replacve the existing
file, when I click Yes..it does nothing. No error nothing. But when I
continue to do this again then I get the msg. " The instruction at
'0x30088929' referenced memory at '0x00000000'. The memory could not be
read. Click OK to terminante the program. Click Cancel to debug the program"
What is the meaning of this error. I am not clear how to respond to this.
Any help highly appreciated.
Thanks in advance.
Rajesh Candamourty.