it is actually 2 gig.
specification
Attribute Maximum
Microsoft Access database (.mdb) file size 2 gigabytes minus the space needed for system objects.
Number of objects in a database 32,768
Modules (including forms and reports with the HasModule property set to True) 1,000
Number of characters in an object name 64
Number of characters in a password 14
Number of characters in a user name or group name 20
Number of concurrent users 255
if you want to know more
Access window click Help
search for Specification
Main Topics
Browse All Topics





by: jimhornPosted on 2004-09-07 at 11:32:14ID: 11999615
The maximum size of an Access database is something like 1 Gig.
Recommended size will vary by user, but I've noticed a drop in anything above 50Mb. In addition, you'll have to repair-compact A LOT so you don't wake up one morning and find your access app is now 400Mb.
If you are editing a table with a million records and 51 fields, I'd recommend exploring something larger such as SQL Server, Oracle, etc.
Hope this helps.
-Jim