Help,the form saves itselfs each time

M

Mathias Krogh

I have a problem that occours from time to time.
When viewing forms, i do not change the form, it saves
itselfs. The result is that the database size grow.
Regards Mathias
 
J

John Vinson

I have a problem that occours from time to time.
When viewing forms, i do not change the form, it saves
itselfs. The result is that the database size grow.
Regards Mathias

Databases will grow for a variety of reasons. I doubt that the Form
design is in fact being saved; if you have a Query which retrieves a
lot of records, your database will expand.

You should routinely use Tools... Database Utilities... Compact and
Repair Database to keep the size under control; in A200x you can set
the database properties to "Compact on Close".
 
Top