Hi everybody:
I’ve developed an application for a single user that runs from the network (his PC is packed, and I like things to be backed up). It imports tables from two production databases, incorporates data into some additional .mdb tables, does a bunch of calcs and provides the user with a number of complex forms for a variety of purposes. The file size is 286.4 meg.
One major component will be now used by another employee, the first one got a memory upgrade, and since awhile back we were experiencing some module damage, I was thinking of splitting the database into a client-server design, with two front-ends. So I used the database splitter wizard and then imported the import and update modules into the backend, thinking that by eliminating all the forms, reports and related code, the database size would be reduced considerably. Wrong!
Even after opening the backend file uncompiled, compacting it, recompiling and recompacting it, it is still 261.4 meg. I realize that Microsoft claims that an Access file can go to 2 gig, but I plan to do more development and want to keep things as slim as possible.
Any ideas? Should I go to a 3-tier design and, if so, how could that be done in VBA?
Thank you, in advance, for your help.