Quote:
Originally Posted by RINGO STARR
So there isn't a maximum number of records, per se. only for the MDB file size there is a maximum? and the ACCESS can hold/stored records 2 GB)?
|
Correct, there is not a limit to the number or records in a table. The limit is by total database file size of 2 gig.
You should also
Split your Access database into application and data (Click Here)
Quote:
Originally Posted by RINGO STARR
What happens when you reach that number of records? Do you just lose the ability to enter new data? Or will it crash on you?
|
It is not pretty. You start having lots of issues.
Any database requires monitoring, backups and regular maintenance. Access is not exception.
Quote:
Originally Posted by RINGO STARR
What does one typically do when you are approaching the end of Access' ability to store data?
|
I prefer to upsize to an Server. As pointed out in the link above, you can use multiple back ends.