Wasn't sure whether to start another thread or not. I'm getting an Error # 0 when I run the module that quit because the Access database got to 1 gig.
I'm using this code to capture the error:
Msg = "Error # " & Str(Err.Number) & " was generated by " _
& Err.Source & Chr(13) & Err.Description
MsgBox Msg, , "Error", Err.HelpFile, Err.HelpContext
The message box that pops up with Error # 0 has a help button that gives the error that there is not enough memory to handle the request.
Could that be what error #0 is?
This module has always run before. I am at my wits end on getting it running again.
Would creating a new database and copying in the modules and queries, and relink tables get me anywhere?
Thanks for any help....
Ken
I'm using this code to capture the error:
Msg = "Error # " & Str(Err.Number) & " was generated by " _
& Err.Source & Chr(13) & Err.Description
MsgBox Msg, , "Error", Err.HelpFile, Err.HelpContext
The message box that pops up with Error # 0 has a help button that gives the error that there is not enough memory to handle the request.
Could that be what error #0 is?
This module has always run before. I am at my wits end on getting it running again.
Would creating a new database and copying in the modules and queries, and relink tables get me anywhere?
Thanks for any help....
Ken