What is the maximum number of tables there can be in an access fil

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I wanted to know waht is the mmax number of tables there can be in an access
file and the max number of rows in a table ?
 
On Sat, 20 Aug 2005 19:00:02 -0700, "Haider Butt" <Haider
I wanted to know waht is the mmax number of tables there can be in an access
file and the max number of rows in a table ?

See "Specifications" in the online help. There is no specific number
of records, only an overall limit of 2 GByte (1 GByte in Access97 and
earlier) for any single .mdb file.

John W. Vinson[MVP]
 
Haider Butt said:
I wanted to know waht is the mmax number of tables there can be in an access
file and the max number of rows in a table ?

The maximum data is 2 GB, but you really should be moving to a different
engine before then. You can have about 2000 tables open.

If you open Help and type "specification" into the index (without the
quotes) you'll get lists of Access specs.
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads:
http://www.datastrat.com
http://www.mvps.org/access
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top