I developed a multi-user application with 10 frontend users and tables linked to one backend. The problem is that the backend houses a couple of tables tbl_Acct and tbl_RTN with over two thousand rows each of data. When users are in their assigned frontends working the size of the backend increases to about 2MB and crashes the application.
I have updated the frontends and the backend by checking the "Compact on Close" box of each application which helps when monthend reports are running, but has a tendency to crash when multiple users are working simultaneously.
Is there anything else I can do to prevent crashing and to trigger the backend to compact itself when all the users have exited?
All suggestions and assistance with this situation would be greatly appreciated.