Hi
I posted some while ago a question regarding the growth of Access databases. Obviously the solution to those of us who have Access is to run the 'Compact' command.
However, I am writing a run-time application and the intention is that alot of the people will not have Access installed on their systems. There is a command under VBA, Runcommand.Compact which will obviously do the necessary, but you cant run it while the DB is open.
My questions are as follows
1. My only solution to this problem that I can think of is to tell the code to open another database, and then from within the new DB, compact the original
2. Is it possible to add two databases into ONe runtime application?
If the answer to these questions is yes, How do you do it?
Toni
I posted some while ago a question regarding the growth of Access databases. Obviously the solution to those of us who have Access is to run the 'Compact' command.
However, I am writing a run-time application and the intention is that alot of the people will not have Access installed on their systems. There is a command under VBA, Runcommand.Compact which will obviously do the necessary, but you cant run it while the DB is open.
My questions are as follows
1. My only solution to this problem that I can think of is to tell the code to open another database, and then from within the new DB, compact the original
2. Is it possible to add two databases into ONe runtime application?
If the answer to these questions is yes, How do you do it?
Toni