I have a multiuser database installed on a network. The database is split into a front end and two backends. The backend files reside on the server for communal access. All users have a copy of the frontend on their respective workstations. The frontend file contains temporary tables to perform various functions.
As part of good housekeeping, the "compact and repair databae" function is used occasionaly to compact the db. Performing this from a user frontend, appears to ONLY compact the frontend file, not the two backend files. The compact function seems to ignore the fact that there are linked tables. The compacting function must be run on each backend file seperately.
I am thinking of automating the compact function programaticaly. Must this be done for every file or is there some switch or information that I'm missing?
Nigel.
As part of good housekeeping, the "compact and repair databae" function is used occasionaly to compact the db. Performing this from a user frontend, appears to ONLY compact the frontend file, not the two backend files. The compact function seems to ignore the fact that there are linked tables. The compacting function must be run on each backend file seperately.
I am thinking of automating the compact function programaticaly. Must this be done for every file or is there some switch or information that I'm missing?
Nigel.