Gustav Brock
Gustav at cactus.dk
Mon Aug 15 13:08:24 CDT 2005
Hi John But at 390K I guess your form contains some graphics - can't you skip that part? Also, if no code is run and the app still crashes, it looks like just the loading of the form causes the crash. The reason could be loading of graphics. Not likely, I know, but quick and easy to test. /gustav >>> jwcolby at colbyconsulting.com 08/15 7:30 pm >>> > Call SaveAsText(acForm, "tfrmClaim", "c:\tfrmClaim.txt") That was cool. The text file is 390 kbytes so it seems unliekly I can "scan it closely" And unfortunately, remember I said I had "pushed it out of the OnOpen" - the close is now back in the calling function that opens the form. The truly strange part is that there is no code left in that function, i.e. it just exits the sub. Sigh. I was going to try retyping in the offending line of code to see if I could clean the source stream.