Does anyone know if there is a way around the 2 gig limit?
I'm using Access 2000 and I was wondering if you're allowed over the 2 gig
limit in later versions of Access and/or if Microsoft is planning to increase
the size limit.
Not through A2010, to my knowledge. A2007 handles image data much more
efficiently than 2000 did, so that might be a solution if images are the
source of your problem.
If you really have 2GByte of actual data (i.e. not a lot of pictures or binary
objects) then you should certainly be considering a client/server backend. SQL
Express is free and doubles that limit; MySQL and other c/s engines are
available as well. With some hassle, you can go to multiple backend databases
(though you cannot enforce referential integrity across databases, only within
them).
Are you storing images? Is your database split into a frontend (forms,
queries, reports, code) and a backend (tables only)? Do you have Word
documents or Excel workbooks in OLE object fields? Other big chunks? Do you in
fact have tens of millions of records in your largest table? Do you compact
regularly?