MS Access Database File Size Restriction

M

Murray

Does anyone know why there is an Access database size
limitation of 2 gigabytes? Once we reach this treshold
we're unable to update or refresh tables due to an Invalid
Argument message and the database becomes corrupted.

Is there a workaround?

Thank you,
Murray
 
T

TIMA

A workaround is to put the tables in your database into separate tables.

Then make a new table and link them all with linked tables.
 
Top