Exiting

J

Jeff

Not quite sure how this happened, but about one week ago,
my application now saves a new file db(n).mdb every time
I exit my application, where n is the number of times I
have visited the app.

I don't want this functionality, and am trying to find
out why this is happening.

Input greatly appreciated.

Thanks.
 
J

Jim/Chris

It sounds like you have the option "Compact Database on
close" and it is having trouble replacing the original with
the copy. Every time you exit the app the compact is
attempted and fails. It is supposed to create a file
called DB(#) and rename it to your DB name. I have seen
this happen occasionaly but never found the reason. I am
sure someone will be able to help you on this.

Jim
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top