> Thanks for responding so quickly. I always thought 2 million records was
> the limit and maybe I mistook that for the 2 gig limit. But I'm taking
[quoted text clipped - 7 lines]
> of
> limit.
Those must be very small records! Assuming that this table actually resides
in the database, and is not linked from elsewhere, that's on the order of 32
bytes per record. Are you sure your information is correct?
The number of records itself shouldn't be a problem, so long as they're
suitably indexed for whatever you want to do with them. Without the proper
indexes, most operations on that many records will be slow. But indexes do
make a database bigger, so there's a trade-off that you must consider.
Still, I have a working database with 18.5 million records in its largest
table, all properly indexed. This is a *very* big .mdb file -- about 1.6
GB -- but it's perfectly functional.

Signature
Dirk Goldgar, MS Access MVP
www.datagnostics.com
(please reply to the newsgroup)
Mike C - 18 Jan 2008 19:00 GMT
Well I'm very happy to hear that you've got a table with over 18 million
records in to regardless of the file size.
2.7 million records and only 89 megs... we're talking 16 fields in the
table, 10 text fields nicely trimmed (most of them 3 to 5 chars) and 6 number
fields that are all decimal. And you were right, none of the fields are
indexed so I guess that would also make a difference.
I learned a lot today, thanks again.
> > Thanks for responding so quickly. I always thought 2 million records was
> > the limit and maybe I mistook that for the 2 gig limit. But I'm taking
[quoted text clipped - 20 lines]
> table, all properly indexed. This is a *very* big .mdb file -- about 1.6
> GB -- but it's perfectly functional.