PDA

Click to See Complete Forum and Search --> : Run-time error on program close....


desquite
Dec 28th, 1999, 10:02 PM
I'm getting a run-time error '55' File Already Open when I try to close my program. I know I'm accessing a file when I close the program.

What is the best way to close the file when the program is closed or another solution?

Thanks

mcleran
Dec 28th, 1999, 10:16 PM
During the form event Query_Unload, close the file if it's open.